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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ??銑^ | 0011111100111111100100010100110001011110 | 3f3f914c5e |
EUC-JP | ??銑^ | 0011111100111111110000011010110101011110 | 3f3fc1ad5e |
UTF-8 | 롇렟銑^ | 11101011101000011000011111101011101000001001111111101001100010101001000101011110 | eba187eba09fe98a915e |
UHC | 롇렟銑^ | 10001110110011011000111010110000111000001101010101011110 | 8ecd8eb0e0d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)