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 | PBwh | 100100100101000010010010010000100111011101101000 | 925092427768 |
SJIS-WIN | ?P?Bwh | 001111110101000000111111010000100111011101101000 | 3f503f427768 |
EUC-JP | ?P?Bwh | 001111110101000000111111010000100111011101101000 | 3f503f427768 |
UTF-8 | PBwh | 1100001010010010010100001100001010010010010000100111011101101000 | c29250c292427768 |
UHC | ?P?Bwh | 001111110101000000111111010000100111011101101000 | 3f503f427768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)