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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 円?????悅 | 100010010111111000111111001111110011111100111111001111111111101010111101 | 897e3f3f3f3f3ffabd |
EUC-JP | 円?????? | 1011000111011111001111110011111100111111001111110011111100111111 | b1df3f3f3f3f3f3f |
UTF-8 | 円븍젿樂⑸젺悅 | 111001011000011010000110111010111011100010001101111011001010000010111111111011111010011010111111111000101001000110111000111011001010000010111010111001101000001010000101 | e58686ebb88deca0bfefa6bfe291b8eca0bae68285 |
UHC | 円븍젿樂⑸젺悅 | 1110010111110111101110101110101110100000101100011110100011111001101010011110101110100000101011011110011011101101 | e5f7baeba0b1e8f9a9eba0ade6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)