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 | ツ湘個ケテョ | 1100001010001111110000111000110011000010101110011100001110101110 | c28fc38cc2b9c3ae |
EUC-JP | ツ湘個ケテョ | 100011101100001010111110110001011011100011000100100011101011100110001110110000111000111010101110 | 8ec2bec5b8c48eb98ec38eae |
UTF-8 | ツ湘個ケテョ | 111011111011111010000010111001101011100110011000111001011000000010001011111011111011110110111001111011111011111010000011111011111011110110101110 | efbe82e6b998e5808befbdb9efbe83efbdae |
UHC | ?湘個??? | 0011111111011111110011111100101111000001001111110011111100111111 | 3fdfcfcbc13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)