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 | ツ渉クテ催ャ | 1100001010001111110000101011100011000011100011011100001110101100 | c28fc2b8c38dc3ac |
EUC-JP | ツ渉クテ催ャ | 100011101100001010111110110001001000111010111000100011101100001110111010110001011000111010101100 | 8ec2bec48eb88ec3bac58eac |
UTF-8 | ツ渉クテ催ャ | 111011111011111010000010111001101011100010001001111011111011110110111000111011111011111010000011111001011000001010101100111011111011110110101100 | efbe82e6b889efbdb8efbe83e582acefbdac |
UHC | ????催? | 00111111001111110011111100111111111101011100101000111111 | 3f3f3f3ff5ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)