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 | ?閥???? | 00111111100101001011010000111111001111110011111100111111 | 3f94b43f3f3f3f |
EUC-JP | ?閥???? | 00111111110010001011011000111111001111110011111100111111 | 3fc8b63f3f3f3f |
UTF-8 | 뤶閥륨렱롁뤹 | 111010111010010010110110111010011001011010100101111010111010010110101000111010111010000010110001111010111010000110000001111010111010010010111001 | eba4b6e996a5eba5a8eba0b1eba181eba4b9 |
UHC | 뤶閥륨렱롁뤹 | 100011111110010011011011111011001011011111111101100011101011111010001110110010001000111111100111 | 8fe4dbecb7fd8ebe8ec88fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)