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 | 櫛?醍? | 100010111111100100111111100100011110011100111111 | 8bf93f91e73f |
EUC-JP | 櫛?醍? | 101101101111101100111111110000101110100100111111 | b6fb3fc2e93f |
UTF-8 | 櫛렗醍렋 | 111001101010101110011011111010111010000010010111111010011000011010001101111010111010000010001011 | e6ab9beba097e9868deba08b |
UHC | 櫛렗醍렋 | 1111000111101110100011101010110011110000101101011000111010100010 | f1ee8eacf0b58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)