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 | 剰弴焦 | 100011111110100011111010101110001000111111000101 | 8fe8fab88fc5 |
EUC-JP | 剰弴焦 | 10111110111010101000111110111100111011011011111011000111 | beea8fbcedbec7 |
UTF-8 | 剰弴焦 | 111001011000100110110000111001011011110010110100111001111000010010100110 | e589b0e5bcb4e784a6 |
UHC | ??焦 | 00111111001111111111010110100101 | 3f3ff5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)