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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀冗ア州 | 11100111101100011000111111100111101100011000111101000010 | e7b18fe7b18f42 |
EUC-JP | 邀冗ア州 | 1110111010110011101111101110100110001110101100011011110110100011 | eeb3bee98eb1bda3 |
UTF-8 | 邀冗ア州 | 111010011000001010000000111001011000011010010111111011111011110110110001111001011011011110011110 | e98280e58697efbdb1e5b79e |
UHC | 邀冗?州 | 11101001101011011110100110110111001111111111000110110110 | e9ade9b73ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)