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 | ?vB | 001111110111011001000010 | 3f7642 |
SJIS-WIN | 眈vB | 11100001101111000111011001000010 | e1bc7642 |
EUC-JP | 眈vB | 11100010101111100111011001000010 | e2be7642 |
UTF-8 | 眈vB | 1110011110011100100010000111011001000010 | e79c887642 |
UHC | 眈vB | 11110111101011110111011001000010 | f7af7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)