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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 寤れ?G | 100110111000100010000010111010100011111101000111 | 9b8882ea3f47 |
EUC-JP | 寤れ?G | 110101011110100010100100111011000011111101000111 | d5e8a4ec3f47 |
UTF-8 | 寤れ렟G | 11100101101011111010010011100011100000101000110011101011101000001001111101000111 | e5afa4e3828ceba09f47 |
UHC | 寤れ렟G | 11100111111101011010101011101100100011101011000001000111 | e7f5aaec8eb047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)