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 | ç¾Ôº | 11100111101111101101010010111010 | e7bed4ba |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ç?Ôº | 10001111101010111010111000111111100011111010101011010100100011111010001011101011 | 8fabae3f8faad48fa2eb |
UTF-8 | ç¾Ôº | 1100001110100111110000101011111011000011100101001100001010111010 | c3a7c2bec394c2ba |
UHC | ?¾?º | 001111111010100011111010001111111010100010101100 | 3fa8fa3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)