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 | 閹馴亂 | 111010001000011010010011111010011001100010101010 | e88693e998aa |
EUC-JP | 閹馴亂 | 111011111110011011000110111010111101000010101100 | efe6c6ebd0ac |
UTF-8 | 閹馴亂 | 111010011001011010111001111010011010011010110100111001001011101010000010 | e996b9e9a6b4e4ba82 |
UHC | ?馴亂 | 0011111111100010111110001101010110101111 | 3fe2f8d5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)