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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 霤チッ丈ワ@h | 111010001100001111000001101011111000111111100100110111000100000001101000 | e8c3c1af8fe4dc4068 |
EUC-JP | 霤チッ丈ワ@h | 111100001100010110001110110000011000111010101111101111101110011010001110110111000100000001101000 | f0c58ec18eafbee68edc4068 |
UTF-8 | 霤チッ丈ワ@h | 1110100110011100101001001110111110111110100000011110111110111101101011111110010010111000100010001110111110111110100111000100000001101000 | e99ca4efbe81efbdafe4b888efbe9c4068 |
UHC | ???丈?@h | 0011111100111111001111111110110111011011001111110100000001101000 | 3f3f3feddb3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)