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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?順? | 00111111100011111000011100111111 | 3f8f873f |
EUC-JP | ?順? | 00111111101111011110011100111111 | 3fbde73f |
UTF-8 | 롒順렦 | 111010111010000110010010111010011010000010000110111010111010000010100110 | eba192e9a086eba0a6 |
UHC | 롒順렦 | 100011101101011111100010111101111000111010110101 | 8ed7e2f78eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)