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 | 11100001100111111000001111001010100001000100000101000010 | e19f83ca844142 |
EUC-JP | 癲μБB | 11100010101000011010011011001100101001111010001001000010 | e2a1a6cca7a242 |
UTF-8 | 癲μБB | 1110011110011001101100101100111010111100110100001001000101000010 | e799b2cebcd09142 |
UHC | 癲μБB | 11101111101001101010010111101100101011001010001001000010 | efa6a5ecaca242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)