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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迯ィ髴咏昏 | 111001111000110110101000111010011001110010011001111001111000110110101000 | e78da8e99c99e78da8 |
EUC-JP | 迯ィ髴咏昏 | 11101101111011011000111010101000111100011111110011010010111010011011101010101010 | eded8ea8f1fcd2e9baaa |
UTF-8 | 迯ィ髴咏昏 | 111010001011111110101111111011111011110110101000111010011010101110110100111001011001001010001111111001101001100010001111 | e8bfafefbda8e9abb4e5928fe6988f |
UHC | ????昏 | 001111110011111100111111001111111111101111100111 | 3f3f3f3ffbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)