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 | 云?括止?裝 | 10001001010111010011111110001010100001111000111001111110001111111110010111100100 | 895d3f8a878e7e3fe5e4 |
EUC-JP | 云?括止?裝 | 10110001101111100011111110110011111001111011101111011111001111111110101011100110 | b1be3fb3e7bbdf3feae6 |
UTF-8 | 云닻括止렣裝 | 111001001011101010010001111010111000101110111011111001101000101110101100111001101010110110100010111010111010000010100011111010001010001110011101 | e4ba91eb8bbbe68bace6ada2eba0a3e8a39d |
UHC | 云닻括止렣裝 | 111010011111011010110100111010011100111011000000111100101010110110001110101101001110110111111011 | e9f6b4e9cec0f2ad8eb4edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)