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 | 慂涙菽 | 100111001100100010010111110111001110010011000001 | 9cc897dce4c1 |
EUC-JP | 慂涙菽 | 110110001100101011001110110111101110100011000011 | d8cacedee8c3 |
UTF-8 | 慂涙菽 | 111001101000010110000010111001101011011010011001111010001000111110111101 | e68582e6b699e88fbd |
UHC | 慂?菽 | 1110100110111101001111111110001011011101 | e9bd3fe2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)