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 | ò¿³¾ | 11110010101111111011001110111110 | f2bfb3be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ò¿?? | 1000111110101011110100101000111110100010110001000011111100111111 | 8fabd28fa2c43f3f |
UTF-8 | ò¿³¾ | 1100001110110010110000101011111111000010101100111100001010111110 | c3b2c2bfc2b3c2be |
UHC | ?¿³¾ | 00111111101000101010111110101001111110001010100011111010 | 3fa2afa9f8a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)