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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ??枇?G | 001111110011111110010100111110000011111101000111 | 3f3f94f83f47 |
EUC-JP | ??枇?G | 001111110011111111001000111110100011111101000111 | 3f3fc8fa3f47 |
UTF-8 | 룶깹枇◈G | 11101011101000111011011011101010101110011011100111100110100111101000011111100010100101111000100001000111 | eba3b6eab9b9e69e87e2978847 |
UHC | 룶깹枇◈G | 100011111010101110110010101000011101110111101101101000101100001001000111 | 8fabb2a1ddeda2c247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)