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 | BpDV | 100100100100001001110000100100100100010001010110 | 924270924456 |
SJIS-WIN | ?Bp?DV | 001111110100001001110000001111110100010001010110 | 3f42703f4456 |
EUC-JP | ?Bp?DV | 001111110100001001110000001111110100010001010110 | 3f42703f4456 |
UTF-8 | BpDV | 1100001010010010010000100111000011000010100100100100010001010110 | c2924270c2924456 |
UHC | ?Bp?DV | 001111110100001001110000001111110100010001010110 | 3f42703f4456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)