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 | «ã¥¢ | 100011111010101111100011101001011000111110100010 | 8fabe3a58fa2 |
SJIS-WIN | ???¥?¢ | 0011111100111111001111111000000110001111001111111000000110010001 | 3f3f3f818f3f8191 |
EUC-JP | ??ã??¢ | 001111110011111110001111101010111010101000111111001111111010000111110001 | 3f3f8fabaa3f3fa1f1 |
UTF-8 | «ã¥¢ | 110000101000111111000010101010111100001110100011110000101010010111000010100011111100001010100010 | c28fc2abc3a3c2a5c28fc2a2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)