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 | テ、ツスツ慶 | 11000011101001001100001010111101110000101000110001100011 | c3a4c2bdc28c63 |
EUC-JP | テ、ツスツ慶 | 100011101100001110001110101001001000111011000010100011101011110110001110110000101011011111000100 | 8ec38ea48ec28ebd8ec2b7c4 |
UTF-8 | テ、ツスツ慶 | 111011111011111010000011111011111011110110100100111011111011111010000010111011111011110110111101111011111011111010000010111001101000010110110110 | efbe83efbda4efbe82efbdbdefbe82e685b6 |
UHC | ?????慶 | 00111111001111110011111100111111001111111100110011010100 | 3f3f3f3f3fccd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)