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 | 磬¥た | 111000011111110010000001100011111000001010111101 | e1fc818f82bd |
EUC-JP | 磬¥た | 111000101111111010100001111011111010010010111111 | e2fea1efa4bf |
UTF-8 | 磬¥た | 111001111010001110101100111011111011111110100101111000111000000110011111 | e7a3acefbfa5e3819f |
UHC | 磬¥た | 110011001110010010100001110011011010101010111111 | cce4a1cdaabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)