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 | ???燥? | 001111110011111100111111100100011000011100111111 | 3f3f3f91873f |
EUC-JP | ???燥? | 001111110011111100111111110000011110011100111111 | 3f3f3fc1e73f |
UTF-8 | 롍롐롎燥렫 | 111010111010000110001101111010111010000110010000111010111010000110001110111001111000011110100101111010111010000010101011 | eba18deba190eba18ee787a5eba0ab |
UHC | 롍롐롎燥렫 | 10001110110100111000111011010110100011101101010011110000110011111000111010111001 | 8ed38ed68ed4f0cf8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)