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 | テゥツ崢催ォ | 1100001110101001110000101001101111000010100011011100001110101011 | c3a9c29bc28dc3ab |
EUC-JP | テゥツ崢催ォ | 100011101100001110001110101010011000111011000010110101101100010010111010110001011000111010101011 | 8ec38ea98ec2d6c4bac58eab |
UTF-8 | テゥツ崢催ォ | 111011111011111010000011111011111011110110101001111011111011111010000010111001011011010010100010111001011000001010101100111011111011110110101011 | efbe83efbda9efbe82e5b4a2e582acefbdab |
UHC | ????催? | 00111111001111110011111100111111111101011100101000111111 | 3f3f3f3ff5ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)