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 | ???髥?? | 0011111100111111001111111000111111101001111100000011111100111111 | 3f3f3f8fe9f03f3f |
UTF-8 | 惡잌날髥쭭惡 | 111011111010011010111001111011001001111010001100111010111000001010100000111010011010101110100101111011001010110110101101111011111010011010111001 | efa6b9ec9e8ceb82a0e9aba5ecadadefa6b9 |
UHC | 惡잌날髥쭭惡 | 111001111111011110011111111001011011001110101111111001111010001110101000010000011110011111110111 | e7f79fe5b3afe7a3a841e7f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)