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 | 閹馴撥 | 111010001000011010010011111010011001110110011011 | e88693e99d9b |
EUC-JP | 閹馴撥 | 111011111110011011000110111010111101100111111011 | efe6c6ebd9fb |
UTF-8 | 閹馴撥 | 111010011001011010111001111010011010011010110100111001101001001010100101 | e996b9e9a6b4e692a5 |
UHC | ?馴撥 | 0011111111100010111110001101101011111100 | 3fe2f8dafc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)