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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 幽?幽?B | 10010111010010000011111110010111010010000011111101000010 | 97483f97483f42 |
EUC-JP | 幽?幽?B | 11001101101010010011111111001101101010010011111101000010 | cda93fcda93f42 |
UTF-8 | 幽븓幽븓B | 11100101101110011011110111101011101110001001001111100101101110011011110111101011101110001001001101000010 | e5b9bdebb893e5b9bdebb89342 |
UHC | 幽븓幽븓B | 111010101110101110010101011110101110101011101011100101010111101001000010 | eaeb957aeaeb957a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)