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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | 汀?t | 10010010111100110011111101110100 | 92f33f74 |
EUC-JP | 汀?t | 11000100111101010011111101110100 | c4f53f74 |
UTF-8 | 汀렞t | 11100110101100011000000011101011101000001001111001110100 | e6b180eba09e74 |
UHC | 汀렞t | 1110111111100010100011101010111101110100 | efe28eaf74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)