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 | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-WIN | 臾るぞC | 11100100011010111000001011101001100000101011110001000011 | e46b82e982bc43 |
EUC-JP | 臾るぞC | 11100111110011001010010011101011101001001011111001000011 | e7cca4eba4be43 |
UTF-8 | 臾るぞC | 11101000100001111011111011100011100000101000101111100011100000011001111001000011 | e887bee3828be3819e43 |
UHC | 臾るぞC | 11101011101011001010101011101011101010101011111001000011 | ebacaaebaabe43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)