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 | 漬?鬱葛榧 | 100100101101000000111111100111110101010010001010100010111001111011010000 | 92d03f9f548a8b9ed0 |
EUC-JP | 漬?鬱葛榧 | 110001001101001000111111110111011011010110110011111010111101110011010010 | c4d23fddb5b3ebdcd2 |
UTF-8 | 漬렜鬱葛榧 | 111001101011110010101100111010111010000010011100111010011010110010110001111010001001000110011011111001101010011010100111 | e6bcaceba09ce9acb1e8919be6a6a7 |
UHC | 漬렜鬱葛榧 | 11110010101100001000111010101110111010101010011011001010111001111101110111101110 | f2b08eaeeaa6cae7ddee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)