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 | 邀??円?? | 1110011110110001001111110011111110001001011111100011111100111111 | e7b13f3f897e3f3f |
EUC-JP | 邀??円?? | 1110111010110011001111110011111110110001110111110011111100111111 | eeb33f3fb1df3f3f |
UTF-8 | 邀듸쉿円쀯쉠 | 111010011000001010000000111010111001001110111000111011001000100110111111111001011000011010000110111011001000000010101111111011001000100110100000 | e98280eb93b8ec89bfe58686ec80afec89a0 |
UHC | 邀듸쉿円쀯쉠 | 111010011010110110110101111011111011110110110010111001011111011110010111111011111011110110101010 | e9adb5efbdb2e5f797efbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)