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 | 鈺х?節?? | 111110111100010010000100100001110011111110010000110111110011111100111111 | fbc484873f90df3f3f |
EUC-JP | 鈺х?節?? | 10001111111000111101010110100111111001110011111111000000111000010011111100111111 | 8fe3d5a7e73fc0e13f3f |
UTF-8 | 鈺х툌節띰슘 | 1110100110001000101110101101000110000101111011011000100010001100111001111010111110000000111010111001110110110000111011001000101010011000 | e988bad185ed888ce7af80eb9db0ec8a98 |
UHC | 鈺х툌節띰슘 | 111010001010110110101100111001111011100010000100111011111011110110110110111011111011110110110111 | e8adace7b884efbdb6efbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)