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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 兒??兪 | 100110010101101000111111001111111001100101100000 | 995a3f3f9960 |
EUC-JP | 兒??兪 | 110100011011101100111111001111111101000111000001 | d1bb3f3fd1c1 |
UTF-8 | 兒ㅻ갚兪 | 111001011000010110010010111000111000010110111011111010101011000010011010111001011000010110101010 | e58592e385bbeab09ae585aa |
UHC | 兒ㅻ갚兪 | 1110010010101110101001001110101110110000101100011110101011100100 | e4aea4ebb0b1eae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)