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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諸嫉胱 | 111110111010100110001110101110011110001111110111 | fba98eb9e3f7 |
EUC-JP | ?嫉胱 | 0011111110111100101110111110011011111001 | 3fbcbbe6f9 |
UTF-8 | 諸嫉胱 | 111011111010100010100010111001011010101110001001111010001000001110110001 | efa8a2e5ab89e883b1 |
UHC | ?嫉胱 | 0011111111110010111011001100111011001101 | 3ff2eccecd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)