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 | 悌???^ | 100100101110111000111111001111110011111101011110 | 92ee3f3f3f5e |
EUC-JP | 悌?檉?^ | 1100010011110000001111111000111111000101101110110011111101011110 | c4f03f8fc5bb3f5e |
UTF-8 | 悌렩檉렬^ | 11100110100000101000110011101011101000001010100111100110101010101000100111101011101000001010110001011110 | e6828ceba0a9e6aa89eba0ac5e |
UHC | 悌렩檉렬^ | 111100001010101010001110101101111110111111100000101101111100010001011110 | f0aa8eb7efe0b7c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)