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 | ÍÌÍ¥ | 11001101110011001100110110100101 | cdcccda5 |
SJIS-WIN | ???¥ | 0011111100111111001111111000000110001111 | 3f3f3f818f |
EUC-JP | ÍÌÍ? | 10001111101010101011111110001111101010101100000010001111101010101011111100111111 | 8faabf8faac08faabf3f |
UTF-8 | ÍÌÍ¥ | 1100001110001101110000111000110011000011100011011100001010100101 | c38dc38cc38dc2a5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)