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 | ????[k | 001111110011111100111111001111110101101101101011 | 3f3f3f3f5b6b |
SJIS-WIN | 煜?葬?[k | 1111101101010101001111111001000110010010001111110101101101101011 | fb553f91923f5b6b |
EUC-JP | 煜?葬?[k | 100011111100100111111100001111111100000111110010001111110101101101101011 | 8fc9fc3fc1f23f5b6b |
UTF-8 | 煜렖葬렲[k | 1110011110000101100111001110101110100000100101101110100010010001101011001110101110100000101100100101101101101011 | e7859ceba096e891aceba0b25b6b |
UHC | 煜렖葬렲[k | 11101001111100101000111010101011111011011111011110001110101111110101101101101011 | e9f28eabedf78ebf5b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)