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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜈?Б節 | 11100101100001010011111110000100010000011001000011011111 | e5853f844190df |
EUC-JP | 蜈?Б節 | 11101001111001010011111110100111101000101100000011100001 | e9e53fa7a2c0e1 |
UTF-8 | 蜈꾢Б節 | 1110100010011100100010001110101010111110101000101101000010010001111001111010111110000000 | e89c88eabea2d091e7af80 |
UHC | 蜈꾢Б節 | 1110100010100101100001001110010110101100101000101110111110111101 | e8a584e5aca2efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)