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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 擬???? | 100010110101101100111111001111110011111100111111 | 8b5b3f3f3f3f |
EUC-JP | 擬???? | 101101011011110000111111001111110011111100111111 | b5bc3f3f3f3f |
UTF-8 | 擬띹뱴溜뾈 | 111001101001001110101100111010111001110110111001111010111011000110110100111011111010011110001011111010111011111010001000 | e693aceb9db9ebb1b4efa78bebbe88 |
UHC | 擬띹뱴溜뾈 | 11101011111101001000110111101000100100111001101011101010111111101001011101000110 | ebf48de8939aeafe9746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)