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 | ?bv | 001111110110001001110110 | 3f6276 |
SJIS-WIN | ?bv | 001111110110001001110110 | 3f6276 |
EUC-JP | ?bv | 001111110110001001110110 | 3f6276 |
UTF-8 | 챈bv | 1110110010110001100010000110001001110110 | ecb1886276 |
UHC | 챈bv | 11000011101001100110001001110110 | c3a66276 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)