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 | ?厓び??麝 | 001111111111101010001101100000101101000100111111001111111110101001101100 | 3ffa8d82d13f3fea6c |
EUC-JP | ?厓び??麝 | 00111111100011111011010011000111101001001101001100111111001111111111001111001101 | 3f8fb4c7a4d33f3ff3cd |
UTF-8 | 룶厓び룴가麝 | 111010111010001110110110111001011000111010010011111000111000000110110011111010111010001110110100111010101011000010000000111010011011101010011101 | eba3b6e58e93e381b3eba3b4eab080e9ba9d |
UHC | 룶厓び룴가麝 | 100011111010101111100100111011011010101011010011100011111010100110110000101000011101111011111010 | 8fabe4edaad38fa9b0a1defa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)