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 | 張わ? | 1001001010100011100000101110110100111111 | 92a382ed3f |
EUC-JP | 張わ? | 1100010010100101101001001110111100111111 | c4a5a4ef3f |
UTF-8 | 張わ쉼 | 111001011011110010110101111000111000001010001111111011001000100110111100 | e5bcb5e3828fec89bc |
UHC | 張わ쉼 | 111011011110010110101010111011111011110110110000 | ede5aaefbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)