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 | 鉗鉀 | 111001111110011111111011110001011111001110101101 | e7e7fbc5f3ad |
EUC-JP | 鉗鉀? | 111011101110100110001111111000111101100000111111 | eee98fe3d83f |
UTF-8 | 鉗鉀 | 111010011000100110010111111010011000100110000000111011101000101010100000 | e98997e98980ee8aa0 |
UHC | 鉗鉀? | 1100110011000110110010111010010100111111 | ccc6cba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)