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 | 苞頑根 | 111001001001101010001010111001101000110110101010 | e49a8ae68daa |
EUC-JP | 苞頑根 | 111001111111101010110100111010001011101010101100 | e7fab4e8baac |
UTF-8 | 苞頑根 | 111010001000101110011110111010011010000010010001111001101010000010111001 | e88b9ee9a091e6a0b9 |
UHC | 苞頑根 | 111110001110001011101000110101111101000011000110 | f8e2e8d7d0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)