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 | 云?括止?倖 | 10001001010111010011111110001010100001111000111001111110001111111000110011110100 | 895d3f8a878e7e3f8cf4 |
EUC-JP | 云?括止?倖 | 10110001101111100011111110110011111001111011101111011111001111111011100011110110 | b1be3fb3e7bbdf3fb8f6 |
UTF-8 | 云닻括止렣倖 | 111001001011101010010001111010111000101110111011111001101000101110101100111001101010110110100010111010111010000010100011111001011000000010010110 | e4ba91eb8bbbe68bace6ada2eba0a3e58096 |
UHC | 云닻括止렣倖 | 111010011111011010110100111010011100111011000000111100101010110110001110101101001111101010111000 | e9f6b4e9cec0f2ad8eb4fab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)