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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 厭??靄 | 100010010111110100111111001111111110100011001001 | 897d3f3fe8c9 |
EUC-JP | 厭??靄 | 101100011101111000111111001111111111000011001011 | b1de3f3ff0cb |
UTF-8 | 厭ㅷ엮靄 | 111001011000111010101101111000111000010110110111111011001001011110101110111010011001110110000100 | e58eade385b7ec97aee99d84 |
UHC | 厭ㅷ엮靄 | 1110011011110100101001001110011110111111101010111110010011110111 | e6f4a4e7bfabe4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)