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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠅??魚?? | 1110010110100010001111110011111110001011100110110011111100111111 | e5a23f3f8b9b3f3f |
EUC-JP | 蠅??魚?? | 1110101010100100001111110011111110110101111110110011111100111111 | eaa43f3fb5fb3f3f |
UTF-8 | 蠅뗨룮魚띶딼 | 111010001010000010000101111010111001011110101000111010111010001110101110111010011010110110011010111010111001110110110110111010111001010010111100 | e8a085eb97a8eba3aee9ad9aeb9db6eb94bc |
UHC | 蠅뗨룮魚띶딼 | 111000111011001010001011111010001000111110100100111001011110000010001101111001011000101101010101 | e3b28be88fa4e5e08de58b55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)