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 | òþ¼½ | 11110010111111101011110010111101 | f2febcbd |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | òþ?? | 1000111110101011110100101000111110101001110100000011111100111111 | 8fabd28fa9d03f3f |
UTF-8 | òþ¼½ | 1100001110110010110000111011111011000010101111001100001010111101 | c3b2c3bec2bcc2bd |
UHC | ?þ¼½ | 00111111101010011010110110101000111110011010100011110110 | 3fa9ada8f9a8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)