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 | テ催淞アテ萌 | 110000111000110111000011100111111100001010110001110000111001011001000111 | c38dc39fc2b1c39647 |
EUC-JP | テ催淞アテ萌 | 100011101100001110111010110001011101111011000100100011101011000110001110110000111100101110101000 | 8ec3bac5dec48eb18ec3cba8 |
UTF-8 | テ催淞アテ萌 | 111011111011111010000011111001011000001010101100111001101011011110011110111011111011110110110001111011111011111010000011111010001001000010001100 | efbe83e582ace6b79eefbdb1efbe83e8908c |
UHC | ?催淞??萌 | 001111111111010111001010111000011110011100111111001111111101100011110000 | 3ff5cae1e73f3fd8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)