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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 哀?B | 10001000101000110011111101000010 | 88a33f42 |
EUC-JP | 哀?B | 10110000101001010011111101000010 | b0a53f42 |
UTF-8 | 哀렒B | 11100101100100111000000011101011101000001001001001000010 | e59380eba09242 |
UHC | 哀렒B | 1110010011101110100011101010011101000010 | e4ee8ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)