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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?日?∵?E | 0011111110010011111110100011111110000001111001100011111101000101 | 3f93fa3f81e63f45 |
EUC-JP | ?日?∵?E | 0011111111000110111111000011111110100010111010000011111101000101 | 3fc6fc3fa2e83f45 |
UTF-8 | 룫日◈∵∼E | 11101011101000111010101111100110100101111010010111100010100101111000100011100010100010001011010111100010100010001011110001000101 | eba3abe697a5e29788e288b5e288bc45 |
UHC | 룫日◈∵∼E | 1000111110100010111011001110110110100010110000101010000111110001101000011010110101000101 | 8fa2eceda2c2a1f1a1ad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)