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 | 001111110011111110001111100001110011111100111111100011111000011101000010 | 3f3f8f873f3f8f8742 |
EUC-JP | ??順??順B | 001111110011111110111101111001110011111100111111101111011110011101000010 | 3f3fbde73f3fbde742 |
UTF-8 | 먐맰順먐맰順B | 11101011101010001001000011101011101001111011000011101001101000001000011011101011101010001001000011101011101001111011000011101001101000001000011001000010 | eba890eba7b0e9a086eba890eba7b0e9a08642 |
UHC | 먐맰順먐맰順B | 10010000110011101001000010110111111000101111011110010000110011101001000010110111111000101111011101000010 | 90ce90b7e2f790ce90b7e2f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)