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 | ????諄 | 001111110011111100111111001111111110011001111000 | 3f3f3f3fe678 |
EUC-JP | ????諄 | 001111110011111100111111001111111110101111011001 | 3f3f3f3febd9 |
UTF-8 | 吏펩렦렑諄 | 111011111010011110011110111011011000111010101001111010111010000010100110111010111010000010010001111010001010101110000100 | efa79eed8ea9eba0a6eba091e8ab84 |
UHC | 吏펩렦렑諄 | 11101100101001111100011011101001100011101011010110001110101001101110001011110100 | eca7c6e98eb58ea6e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)