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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諸?燼? | 100011111001010000111111111000001001111000111111 | 8f943fe09e3f |
EUC-JP | 諸?燼? | 101111011111010000111111110111111111111000111111 | bdf43fdffe3f |
UTF-8 | 諸렭燼렣 | 111010001010101110111000111010111010000010101101111001111000011110111100111010111010000010100011 | e8abb8eba0ade787bceba0a3 |
UHC | 諸렭燼렣 | 1111000010110011100011101011101011100011111010001000111010110100 | f0b38ebae3e88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)