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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 絶??章? | 10010000111000100011111100111111100011111100110100111111 | 90e23f3f8fcd3f |
EUC-JP | 絶??章? | 11000000111001000011111100111111101111101100111100111111 | c0e43f3fbecf3f |
UTF-8 | 絶쏉슨章틿 | 111001111011010110110110111011001000111110001001111011001000101010101000111001111010101110100000111011011000101110111111 | e7b5b6ec8f89ec8aa8e7aba0ed8bbf |
UHC | 絶쏉슨章틿 | 11101111101111101001101111101111101111011011110011101101111100011011101101000101 | efbe9befbdbcedf1bb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)