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 | 森?脣^ | 100100000101100000111111111000111111101001011110 | 90583fe3fa5e |
EUC-JP | 森?脣^ | 101111111011100100111111111001101111110001011110 | bfb93fe6fc5e |
UTF-8 | 森걦脣^ | 11100110101000111010111011101010101100011010011011101000100001001010001101011110 | e6a3aeeab1a6e884a35e |
UHC | 森걦脣^ | 11011111101101011000000110001111111000101110111001011110 | dfb5818fe2ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)