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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??仰\ | 0011111100111111100010111100001001011100 | 3f3f8bc25c |
EUC-JP | ??仰\ | 0011111100111111101101101100010001011100 | 3f3fb6c45c |
UTF-8 | 롇렽仰\ | 11101011101000011000011111101011101000001011110111100100101110111011000001011100 | eba187eba0bde4bbb05c |
UHC | 롇렽仰\ | 10001110110011011000111011000101111001001110011001011100 | 8ecd8ec5e4e65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)