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] | 100110100110001001011101 | 9a625d |
SJIS-WIN | ?b] | 001111110110001001011101 | 3f625d |
EUC-JP | ?b] | 001111110110001001011101 | 3f625d |
UTF-8 | b] | 11000010100110100110001001011101 | c29a625d |
UHC | ?b] | 001111110110001001011101 | 3f625d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)