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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 룴점卽㈐룶햘 | 111010111010001110110100111011001010000010010000111001011000110110111101111000111000100010010000111010111010001110110110111011011001011010011000 | eba3b4eca090e58dbde38890eba3b6ed9698 |
UHC | 룴점卽㈐룶햘 | 100011111010100111000001101000011111000111101101101010011100000110001111101010111100000101101100 | 8fa9c1a1f1eda9c18fabc16c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)