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 | 漿닻룰^ | 11100110101111001011111111101011100010111011101111101011101000111011000001011110 | e6bcbfeb8bbbeba3b05e |
UHC | 漿닻룰^ | 11101101111011001011010011101001101101111110101001011110 | edecb4e9b7ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)