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@~ | 100100100100000001110111100100100100000001111110 | 92407792407e |
SJIS-WIN | ?@w?@~ | 001111110100000001110111001111110100000001111110 | 3f40773f407e |
EUC-JP | ?@w?@~ | 001111110100000001110111001111110100000001111110 | 3f40773f407e |
UTF-8 | @w@~ | 1100001010010010010000000111011111000010100100100100000001111110 | c2924077c292407e |
UHC | ?@w?@~ | 001111110100000001110111001111110100000001111110 | 3f40773f407e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)