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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瓠梨瓠悧^ | 111000010100000010010111100111001110000101000000100111001010010001011110 | e140979ce1409ca45e |
EUC-JP | 瓠梨瓠悧^ | 111000011010000111001101111111001110000110100001110110001010011001011110 | e1a1cdfce1a1d8a65e |
UTF-8 | 瓠梨瓠悧^ | 11100111100100111010000011100110101000101010100011100111100100111010000011100110100000101010011101011110 | e793a0e6a2a8e793a0e682a75e |
UHC | 瓠梨瓠悧^ | 111110111101001011010111110111101111101111010010110101111101110001011110 | fbd2d7defbd2d7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)