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 | ¹û¼º | 10111001111110111011110010111010 | b9fbbcba |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?û?º | 0011111110001111101010111110010100111111100011111010001011101011 | 3f8fabe53f8fa2eb |
UTF-8 | ¹û¼º | 1100001010111001110000111011101111000010101111001100001010111010 | c2b9c3bbc2bcc2ba |
UHC | ¹?¼º | 10101001111101100011111110101000111110011010100010101100 | a9f63fa8f9a8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)