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 | 11100100101111001000101011100100101110001011100101000010 | e4bc8ae4b8b942 |
EUC-JP | 莨贋クケB | 111010001011111010110100111001101000111010111000100011101011100101000010 | e8beb4e68eb88eb942 |
UTF-8 | 莨贋クケB | 11101000100011101010100011101000101101001000101111101111101111011011100011101111101111011011100101000010 | e88ea8e8b48befbdb8efbdb942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)