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 | ?梨?悧^ | 00111111100101111001110000111111100111001010010001011110 | 3f979c3f9ca45e |
EUC-JP | 檉梨檉悧^ | 1000111111000101101110111100110111111100100011111100010110111011110110001010011001011110 | 8fc5bbcdfc8fc5bbd8a65e |
UTF-8 | 檉梨檉悧^ | 11100110101010101000100111100110101000101010100011100110101010101000100111100110100000101010011101011110 | e6aa89e6a2a8e6aa89e682a75e |
UHC | 檉梨檉悧^ | 111011111110000011010111110111101110111111100000110101111101110001011110 | efe0d7deefe0d7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)