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 | ¼õº | 10111100111101011000111110111010 | bcf58fba |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?õ?º | 0011111110001111101010111101100000111111100011111010001011101011 | 3f8fabd83f8fa2eb |
UTF-8 | ¼õº | 1100001010111100110000111011010111000010100011111100001010111010 | c2bcc3b5c28fc2ba |
UHC | ¼??º | 101010001111100100111111001111111010100010101100 | a8f93f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)