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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 冶⑤?筍?^ | 100101101110100010000111010001000011111111100010101000010011111101011110 | 96e887443fe2a13f5e |
EUC-JP | 冶?Ŋ筍?^ | 11001100111010100011111110001111101010011010101111100100101000110011111101011110 | ccea3f8fa9abe4a33f5e |
UTF-8 | 冶⑤Ŋ筍쌵^ | 111001011000011010110110111000101001000110100100110001011000101011100111101011011000110111101100100011001011010101011110 | e586b6e291a4c58ae7ad8dec8cb55e |
UHC | 冶⑤Ŋ筍쌵^ | 1110010110100111101010001110101110101000101011111110001011101100100110110110001101011110 | e5a7a8eba8afe2ec9b635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)