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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 宣釋?? | 100100001110100111100111110101110011111100111111 | 90e9e7d73f3f |
EUC-JP | 宣釋?璇 | 1100000011101011111011101101100100111111100011111100110011001111 | c0ebeed93f8fcccf |
UTF-8 | 宣釋蟬璇 | 111001011010111010100011111010011000011110001011111010001001111110101100111001111001001010000111 | e5aea3e9878be89face79287 |
UHC | 宣釋蟬璇 | 1110000010111110111000001011011111100000110100011110000011000110 | e0bee0b7e0d1e0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)