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 | 雲?佇?諄 | 1000100101011111001111111001100011001000001111111110011001111000 | 895f3f98c83fe678 |
EUC-JP | 雲?佇?諄 | 1011000111000000001111111101000011001010001111111110101111011001 | b1c03fd0ca3febd9 |
UTF-8 | 雲렯佇렑諄 | 111010011001101110110010111010111010000010101111111001001011110110000111111010111010000010010001111010001010101110000100 | e99bb2eba0afe4bd87eba091e8ab84 |
UHC | 雲렯佇렑諄 | 11101010101000111000111010111100111011101011011110001110101001101110001011110100 | eaa38ebceeb78ea6e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)