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 | 鳫コ郢鍈 | 11101001111011011011101011100111101110011111101001011110 | e9edbae7b9fa5e |
EUC-JP | 鳫コ郢鍈 | 111100101110111110001110101110101110111010111011100011111110010011101001 | f2ef8ebaeebb8fe4e9 |
UTF-8 | 鳫コ郢鍈 | 111010011011001110101011111011111011110110111010111010011000001110100010111010011000110110001000 | e9b3abefbdbae983a2e98d88 |
UHC | ???鍈 | 0011111100111111001111111110011111001100 | 3f3f3fe7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)