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 | 湲?蹄?? | 10011111110100010011111110010010111110110011111100111111 | 9fd13f92fb3f3f |
EUC-JP | 湲?蹄?? | 11011110110100110011111111000100111111010011111100111111 | ded33fc4fd3f3f |
UTF-8 | 湲렣蹄ㅷ렩 | 111001101011100110110010111010111010000010100011111010001011100110000100111000111000010110110111111010111010000010101001 | e6b9b2eba0a3e8b984e385b7eba0a9 |
UHC | 湲렣蹄ㅷ렩 | 11101010101110001000111010110100111100001011010010100100111001111000111010110111 | eab88eb4f0b4a4e78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)