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 | 堤?庄??? | 1001001011100111001111111000111110101111001111110011111100111111 | 92e73f8faf3f3f3f |
EUC-JP | 堤?庄??? | 1100010011101001001111111011111010110001001111110011111100111111 | c4e93fbeb13f3f3f |
UTF-8 | 堤렚庄희렯젓 | 111001011010000010100100111010111010000010011010111001011011101010000100111011011001110110101100111010111010000010101111111011001010000010010011 | e5a0a4eba09ae5ba84ed9daceba0afeca093 |
UHC | 堤렚庄희렯젓 | 111100001010011110001110101011011110110111100100110010001111000110001110101111001100000110100011 | f0a78eadede4c8f18ebcc1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)