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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 趙?梯?? | 11100110111000100011111110010010111100100011111100111111 | e6e23f92f23f3f |
EUC-JP | 趙?梯?? | 11101100111001000011111111000100111101000011111100111111 | ece43fc4f43f3f |
UTF-8 | 趙렡梯렎杻 | 111010001011011010011001111010111010000010100001111001101010001010101111111010111010000010001110111011111010011110001000 | e8b699eba0a1e6a2afeba08eefa788 |
UHC | 趙렡梯렎杻 | 11110000111000011000111010110010111100001010110010001110101001001110101011110100 | f0e18eb2f0ac8ea4eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)