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 | 鞐区ぁ蟆 | 1110100011011110100010111110011010000010100111111110010110110000 | e8de8be6829fe5b0 |
EUC-JP | 鞐区ぁ蟆 | 1111000011100000101101101110100010100100101000011110101010110010 | f0e0b6e8a4a1eab2 |
UTF-8 | 鞐区ぁ蟆 | 111010011001111010010000111001011000110010111010111000111000000110000001111010001001111110000110 | e99e90e58cbae38181e89f86 |
UHC | ??ぁ? | 0011111100111111101010101010000100111111 | 3f3faaa13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)