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 | 邀??韋?? | 1110011110110001001111110011111111101000111010000011111100111111 | e7b13f3fe8e83f3f |
EUC-JP | 邀??韋?? | 1110111010110011001111110011111111110000111010100011111100111111 | eeb33f3ff0ea3f3f |
UTF-8 | 邀싳옓韋쇌튃 | 111010011000001010000000111011001000101110110011111011001001100010010011111010011001111110001011111011001000011110001100111011011000101010000011 | e98280ec8bb3ec9893e99f8bec878ced8a83 |
UHC | 邀싳옓韋쇌튃 | 111010011010110110011010111011001001111010011001111010101101111110111100111001001011100110011001 | e9ad9aec9e99eadfbce4b999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)