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 | テ催淞シテシ | 1100001110001101110000111001111111000010101111001100001110111100 | c38dc39fc2bcc3bc |
EUC-JP | テ催淞シテシ | 100011101100001110111010110001011101111011000100100011101011110010001110110000111000111010111100 | 8ec3bac5dec48ebc8ec38ebc |
UTF-8 | テ催淞シテシ | 111011111011111010000011111001011000001010101100111001101011011110011110111011111011110110111100111011111011111010000011111011111011110110111100 | efbe83e582ace6b79eefbdbcefbe83efbdbc |
UHC | ?催淞??? | 0011111111110101110010101110000111100111001111110011111100111111 | 3ff5cae1e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)