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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鈺ユ?蟯?? | 111110111100010010000011100001100011111111100101101100100011111100111111 | fbc483863fe5b23f3f |
EUC-JP | 鈺ユ?蟯?? | 10001111111000111101010110100101111001100011111111101010101101000011111100111111 | 8fe3d5a5e63feab43f3f |
UTF-8 | 鈺ユ셼蟯믧궞 | 111010011000100010111010111000111000001110100110111011001000010110111100111010001001111110101111111010111010111110100111111010101011011010011110 | e988bae383a6ec85bce89fafebafa7eab69e |
UHC | 鈺ユ셼蟯믧궞 | 111010001010110110101011111001101001100110000001111010011010100010010010111010011000001010110001 | e8adabe69981e9a892e982b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)