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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 兒??兒? | 10011001010110100011111100111111100110010101101000111111 | 995a3f3f995a3f |
EUC-JP | 兒??兒? | 11010001101110110011111100111111110100011011101100111111 | d1bb3f3fd1bb3f |
UTF-8 | 兒랁뢖兒릤 | 111001011000010110010010111010111001111010000001111010111010001010010110111001011000010110010010111010111010011010100100 | e58592eb9e81eba296e58592eba6a4 |
UHC | 兒랁뢖兒릤 | 11100100101011101000110111101101100011110101000111100100101011101001000010000110 | e4ae8ded8f51e4ae9086 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)