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 | ?經??伊 | 00111111111000110101001100111111001111111000100011001001 | 3fe3533f3f88c9 |
EUC-JP | 饔經??伊 | 100011111110100011101111111001011011010000111111001111111011000011001011 | 8fe8efe5b43f3fb0cb |
UTF-8 | 饔經렪렗伊 | 111010011010010110010100111001111011011010010011111010111010000010101010111010111010000010010111111001001011110010001010 | e9a594e7b693eba0aaeba097e4bc8a |
UHC | 饔經렪렗伊 | 11101000101111011100110011101000100011101011100010001110101011001110110010100101 | e8bdcce88eb88eaceca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)