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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?」悸⊃ | 00111111100000010111011010011100101001111000000110111101 | 3f81769ca781bd |
EUC-JP | ?」悸⊃ | 00111111101000011101011111011000101010011010001010111111 | 3fa1d7d8a9a2bf |
UTF-8 | 뤊」悸⊃ | 111010111010010010001010111000111000000010001101111001101000001010111000111000101000101010000011 | eba48ae3808de682b8e28a83 |
UHC | 뤊」悸⊃ | 1000111110111010101000011011100111001100111110111010000111111001 | 8fbaa1b9ccfba1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)