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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ佚偲、ツシ | 1100001110011000110000111000111011000011101001001100001010111100 | c398c38ec3a4c2bc |
EUC-JP | テ佚偲、ツシ | 100011101100001111010000110001011011110011000101100011101010010010001110110000101000111010111100 | 8ec3d0c5bcc58ea48ec28ebc |
UTF-8 | テ佚偲、ツシ | 111011111011111010000011111001001011110110011010111001011000000110110010111011111011110110100100111011111011111010000010111011111011110110111100 | efbe83e4bd9ae581b2efbda4efbe82efbdbc |
UHC | ?佚???? | 00111111111011001110101000111111001111110011111100111111 | 3fecea3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)