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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谷形息 | 100100100100101010001100011000001001000110100111 | 924a8c6091a7 |
EUC-JP | 谷形息 | 110000111010101110110111110000011100001010101001 | c3abb7c1c2a9 |
UTF-8 | 谷形息 | 111010001011000010110111111001011011110110100010111001101000000110101111 | e8b0b7e5bda2e681af |
UHC | 谷形息 | 110011011101101111111011101000011110001111010011 | cddbfba1e3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)