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 | 潁??蚣 | 100111111111000100111111001111111110010101101110 | 9ff13f3fe56e |
EUC-JP | 潁??蚣 | 110111101111001100111111001111111110100111001111 | def33f3fe9cf |
UTF-8 | 潁믧뫎蚣 | 111001101011110110000001111010111010111110100111111010111010101110001110111010001001101010100011 | e6bd81ebafa7ebab8ee89aa3 |
UHC | 潁믧뫎蚣 | 1110011110111000100100101110100110010001101100001100110111110111 | e7b892e991b0cdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)