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 | 髣泌枚 | 111010011001011110010100111001011001011010000111 | e99794e59687 |
EUC-JP | 髣泌枚 | 111100011111011111001000111001111100101111100111 | f1f7c8e7cbe7 |
UTF-8 | 髣泌枚 | 111010011010101110100011111001101011001110001100111001101001111010011010 | e9aba3e6b38ce69e9a |
UHC | ?泌枚 | 0011111111111001101100101101100011011101 | 3ff9b2d8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)