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 | @w@wB | 10010010010000000111011110010010010000000111011101000010 | 92407792407742 |
SJIS-WIN | ?@w?@wB | 00111111010000000111011100111111010000000111011101000010 | 3f40773f407742 |
EUC-JP | ?@w?@wB | 00111111010000000111011100111111010000000111011101000010 | 3f40773f407742 |
UTF-8 | @w@wB | 110000101001001001000000011101111100001010010010010000000111011101000010 | c2924077c292407742 |
UHC | ?@w?@wB | 00111111010000000111011100111111010000000111011101000010 | 3f40773f407742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)