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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 屋??BF | 100010011010111000111111001111110100001001000110 | 89ae3f3f4246 |
EUC-JP | 屋??BF | 101100101011000000111111001111110100001001000110 | b2b03f3f4246 |
UTF-8 | 屋뀀줎BF | 1110010110110001100010111110101110000000100000001110110010100100100011100100001001000110 | e5b18beb8080eca48e4246 |
UHC | 屋뀀줎BF | 1110100010101001101100101110101110100001101000000100001001000110 | e8a9b2eba1a04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)