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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テエテ療湘ア^ | 110000111011010011000011100101111100001110001111110000111011000101011110 | c3b4c397c38fc3b15e |
EUC-JP | テエテ療湘ア^ | 10001110110000111000111010110100100011101100001111001110110001011011111011000101100011101011000101011110 | 8ec38eb48ec3cec5bec58eb15e |
UTF-8 | テエテ療湘ア^ | 11101111101111101000001111101111101111011011010011101111101111101000001111100111100110011000001011100110101110011001100011101111101111011011000101011110 | efbe83efbdb4efbe83e79982e6b998efbdb15e |
UHC | ???療湘?^ | 001111110011111100111111110101101111101111011111110011110011111101011110 | 3f3f3fd6fbdfcf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)