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 | 梓?? | 10001000101100100011111100111111 | 88b23f3f |
EUC-JP | 梓?? | 10110000101101000011111100111111 | b0b43f3f |
UTF-8 | 梓롇롋 | 111001101010001010010011111010111010000110000111111010111010000110001011 | e6a293eba187eba18b |
UHC | 梓롇롋 | 111011101010100110001110110011011000111011010001 | eea98ecd8ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)