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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 映ε?? | 100010010110011010000011110000110011111100111111 | 896683c33f3f |
EUC-JP | 映ε?? | 101100011100011110100110110001010011111100111111 | b1c7a6c53f3f |
UTF-8 | 映ε묍殮 | 1110011010011000101000001100111010110101111010111010110010001101111011111010011010100101 | e698a0ceb5ebac8defa6a5 |
UHC | 映ε묍殮 | 1110011110110001101001011110010110111001101000111110011011111001 | e7b1a5e5b9a3e6f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)