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 | ???蚣 | 0011111100111111001111111110010101101110 | 3f3f3fe56e |
EUC-JP | 孼??蚣 | 10001111101110101100001100111111001111111110100111001111 | 8fbac33f3fe9cf |
UTF-8 | 孼뽫녇蚣 | 111001011010110110111100111010111011110110101011111010111000010110000111111010001001101010100011 | e5adbcebbdabeb8587e89aa3 |
UHC | 孼뽫녇蚣 | 1110010111101101100101101110011110000110101111101100110111110111 | e5ed96e786becdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)