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 | 種?梯?媛 | 1000111011101101001111111001001011110010001111111001010101010001 | 8eed3f92f23f9551 |
EUC-JP | 種?梯?媛 | 1011110011101111001111111100010011110100001111111100100110110010 | bcef3fc4f43fc9b2 |
UTF-8 | 種렒梯렫媛 | 111001111010100010101110111010111010000010010010111001101010001010101111111010111010000010101011111001011010101010011011 | e7a8aeeba092e6a2afeba0abe5aa9b |
UHC | 種렒梯렫媛 | 11110000111110101000111010100111111100001010110010001110101110011110101010110000 | f0fa8ea7f0ac8eb9eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)