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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 嘆達旦属^ | 100100100101000110010010010000101001001001010101100100011010111001011110 | 92519242925591ae5e |
EUC-JP | 嘆達旦属^ | 110000111011001011000011101000111100001110110110110000101011000001011110 | c3b2c3a3c3b6c2b05e |
UTF-8 | 嘆達旦属^ | 11100101100110001000011011101001100000011001010011100110100101111010011011100101101100011001111001011110 | e59886e98194e697a6e5b19e5e |
UHC | 嘆達旦?^ | 1111011110100011110100111011100111010011101010010011111101011110 | f7a3d3b9d3a93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)