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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 漿??^ | 1001111111110111001111110011111101011110 | 9ff73f3f5e |
EUC-JP | 漿??^ | 1101111011111001001111110011111101011110 | def93f3f5e |
UTF-8 | 漿뉚럤^ | 11100110101111001011111111101011100010011001101011101011100111111010010001011110 | e6bcbfeb899aeb9fa45e |
UHC | 漿뉚럤^ | 11101101111011001000011111101110100011101000011101011110 | edec87ee8e875e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)