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 | 邀??燁?? | 1110011110110001001111110011111111111011010110010011111100111111 | e7b13f3ffb593f3f |
EUC-JP | 邀??燁?? | 111011101011001100111111001111111000111111001010101100110011111100111111 | eeb33f3f8fcab33f3f |
UTF-8 | 邀섌썒燁ㅵ꺅 | 111010011000001010000000111011001000010010001100111011001000110110010010111001111000011110000001111000111000010110110101111010101011101010000101 | e98280ec848cec8d92e78781e385b5eaba85 |
UHC | 邀섌썒燁ㅵ꺅 | 111010011010110110011000111010011001101110000101111001111010011110100100111001011011001010100110 | e9ad98e99b85e7a7a4e5b2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)