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 | 伊螳賊?祉? | 10001000110010011110010110101110100100011010111100111111100011101000001100111111 | 88c9e5ae91af3f8e833f |
EUC-JP | 伊螳賊?祉? | 10110000110010111110101010110000110000101011000100111111101110111110001100111111 | b0cbeab0c2b13fbbe33f |
UTF-8 | 伊螳賊렠祉경 | 111001001011110010001010111010001001111010110011111010001011001110001010111010111010000010100000111001111010010110001001111010101011001010111101 | e4bc8ae89eb3e8b38aeba0a0e7a589eab2bd |
UHC | 伊螳賊렠祉경 | 111011001010010111010011110110011110111011100100100011101011000111110010101100111011000011100110 | eca5d3d9eee48eb1f2b3b0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)