To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???n@h | 001111110011111100111111011011100100000001101000 | 3f3f3f6e4068 |
SJIS-WIN | シヲn@h | 11110010111101001011110010100110011011100100000001101000 | f2f4bca66e4068 |
EUC-JP | ?シヲn@h | 0011111110001110101111001000111010100110011011100100000001101000 | 3f8ebc8ea66e4068 |
UTF-8 | シヲn@h | 111011101000100010101011111011111011110110111100111011111011110110100110011011100100000001101000 | ee88abefbdbcefbda66e4068 |
UHC | ???n@h | 001111110011111100111111011011100100000001101000 | 3f3f3f6e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)