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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?驛???? | 00111111111010011000001100111111001111110011111100111111 | 3fe9833f3f3f3f |
EUC-JP | ?驛???? | 00111111111100011110001100111111001111110011111100111111 | 3ff1e33f3f3f3f |
UTF-8 | 렮驛렳렯롉앓 | 111010111010000010101110111010011010100110011011111010111010000010110011111010111010000010101111111010111010000110001001111011001001010110010011 | eba0aee9a99beba0b3eba0afeba189ec9593 |
UHC | 렮驛렳렯롉앓 | 100011101011101111100110101111101000111011000000100011101011110010001110110011111011111011001110 | 8ebbe6be8ec08ebc8ecfbece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)