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 | 齊逢??調峰 | 11101010100011101000100010100111001111110011111110010010101100101001010111110100 | ea8e88a73f3f92b295f4 |
EUC-JP | 齊逢??調峰 | 11110011111011101011000010101001001111110011111111000100101101001100101011110110 | f3eeb0a93f3fc4b4caf6 |
UTF-8 | 齊逢렰렱調峰 | 111010011011110110001010111010011000000010100010111010111010000010110000111010111010000010110001111010001010101010111111111001011011001110110000 | e9bd8ae980a2eba0b0eba0b1e8aabfe5b3b0 |
UHC | 齊逢렰렱調峰 | 111100001011101011011100111100011000111010111101100011101011111011110000111000001101110011101000 | f0badcf18ebd8ebef0e0dce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)