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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ湘、テ. | 11000010100011111100001110100100110000111000000101000100 | c28fc3a4c38144 |
EUC-JP | ツ湘、テ. | 10001110110000101011111011000101100011101010010010001110110000111010000110100101 | 8ec2bec58ea48ec3a1a5 |
UTF-8 | ツ湘、テ. | 111011111011111010000010111001101011100110011000111011111011110110100100111011111011111010000011111011111011110010001110 | efbe82e6b998efbda4efbe83efbc8e |
UHC | ?湘??. | 00111111110111111100111100111111001111111010001110101110 | 3fdfcf3f3fa3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)