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 | 夷??姨? | 10001000110011100011111100111111100110110100100000111111 | 88ce3f3f9b483f |
EUC-JP | 夷??姨? | 10110000110100000011111100111111110101011010100100111111 | b0d03f3fd5a93f |
UTF-8 | 夷띿콐姨뷀 | 111001011010010010110111111010111001110110111111111011001011110110010000111001011010011110101000111010111011011110000000 | e5a4b7eb9dbfecbd90e5a7a8ebb780 |
UHC | 夷띿콐姨뷀 | 11101100101010001000110111101100101100011000110011101100101010011001010011101101 | eca88decb18ceca994ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)