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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襾る┐B | 11100110010001111000001011101001100001001010001001000010 | e64782e984a242 |
EUC-JP | 襾る┐B | 11101011101010001010010011101011101010001010010001000010 | eba8a4eba8a442 |
UTF-8 | 襾る┐B | 11101000101001011011111011100011100000101000101111100010100101001001000001000010 | e8a5bee3828be2949042 |
UHC | ?る┐B | 001111111010101011101011101001101010010001000010 | 3faaeba6a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)