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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?荊??荊?B | 001111111000110001110100001111110011111110001100011101000011111101000010 | 3f8c743f3f8c743f42 |
EUC-JP | ?荊??荊?B | 001111111011011111010101001111110011111110110111110101010011111101000010 | 3fb7d53f3fb7d53f42 |
UTF-8 | 먚荊롻먚荊롻B | 11101011101010001001101011101000100011011000101011101011101000011011101111101011101010001001101011101000100011011000101011101011101000011011101101000010 | eba89ae88d8aeba1bbeba89ae88d8aeba1bb42 |
UHC | 먚荊롻먚荊롻B | 10010000110101111111101110101010100011101111011010010000110101111111101110101010100011101111011001000010 | 90d7fbaa8ef690d7fbaa8ef642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)