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 | 雲?皓?諄 | 1000100101011111001111111110000110101001001111111110011001111000 | 895f3fe1a93fe678 |
EUC-JP | 雲?皓?諄 | 1011000111000000001111111110001010101011001111111110101111011001 | b1c03fe2ab3febd9 |
UTF-8 | 雲렯皓렑諄 | 111010011001101110110010111010111010000010101111111001111001101010010011111010111010000010010001111010001010101110000100 | e99bb2eba0afe79a93eba091e8ab84 |
UHC | 雲렯皓렑諄 | 11101010101000111000111010111100111110111101001110001110101001101110001011110100 | eaa38ebcfbd38ea6e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)