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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?①??⑧?^ | 001111111000011101000000001111110011111110000111010001110011111101011110 | 3f87403f3f87473f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 狀①윂狀⑧궕^ | 11101111101001111011101011100010100100011010000011101100100111001000001011101111101001111011101011100010100100011010011111101010101101101001010101011110 | efa7bae291a0ec9c82efa7bae291a7eab6955e |
UHC | 狀①윂狀⑧궕^ | 11101101111011101010100011100111100111111000110111101101111011101010100011101110100000101010101001011110 | edeea8e79f8dedeea8ee82aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)