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 | 1110000010001111111000001000111101000010 | e08fe08f42 |
EUC-JP | 熄熄B | 1101111111101111110111111110111101000010 | dfefdfef42 |
UTF-8 | 熄熄B | 11100111100001101000010011100111100001101000010001000010 | e78684e7868442 |
UHC | 熄熄B | 1110001111011000111000111101100001000010 | e3d8e3d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)