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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 一蠱睹 | 100010001110101011100101110000011110000111001111 | 88eae5c1e1cf |
EUC-JP | 一蠱睹 | 101100001110110011101010110000111110001011010001 | b0eceac3e2d1 |
UTF-8 | 一蠱睹 | 111001001011100010000000111010001010000010110001111001111001110110111001 | e4b880e8a0b1e79db9 |
UHC | 一蠱睹 | 111011001110100111001101110011001101010010101001 | ece9cdccd4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)