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 | ???c]H | 001111110011111100111111011000110101110101001000 | 3f3f3f635d48 |
SJIS-WIN | 怐喊鶺c]H | 100111001000000110011010010111101110101001010100011000110101110101001000 | 9c819a5eea54635d48 |
EUC-JP | 怐喊鶺c]H | 110101111110000111010011101111111111001110110101011000110101110101001000 | d7e1d3bff3b5635d48 |
UTF-8 | 怐喊鶺c]H | 111001101000000010010000111001011001011010001010111010011011011010111010011000110101110101001000 | e68090e5968ae9b6ba635d48 |
UHC | ?喊?c]H | 00111111111110011110001000111111011000110101110101001000 | 3ff9e23f635d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)