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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 兒鴉? | 1001100101011010111010011110101100111111 | 995ae9eb3f |
EUC-JP | 兒鴉? | 1101000110111011111100101110110100111111 | d1bbf2ed3f |
UTF-8 | 兒鴉솽 | 111001011000010110010010111010011011010010001001111011001000011010111101 | e58592e9b489ec86bd |
UHC | 兒鴉솽 | 111001001010111011100100101111001011110011100001 | e4aee4bcbce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)