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 | 冗ャ齏 | 1000111111100111101011001110100011101011 | 8fe7ace8eb |
EUC-JP | 冗ャ齏 | 101111101110100110001110101011001111000011101101 | bee98eacf0ed |
UTF-8 | 冗ャ齏 | 111001011000011010010111111011111011110110101100111010011011110110001111 | e58697efbdace9bd8f |
UHC | 冗?? | 11101001101101110011111100111111 | e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)