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 | ??????_? | 0011111100111111001111110011111100111111001111110101111100111111 | 3f3f3f3f3f3f5f3f |
SJIS-WIN | テ」ツケテヲ_ツ | 1100001110100011110000101011100111000011101001100101111111000010 | c3a3c2b9c3a65fc2 |
EUC-JP | テ」ツケテヲ_ツ | 100011101100001110001110101000111000111011000010100011101011100110001110110000111000111010100110010111111000111011000010 | 8ec38ea38ec28eb98ec38ea65f8ec2 |
UTF-8 | テ」ツケテヲ_ツ | 11101111101111101000001111101111101111011010001111101111101111101000001011101111101111011011100111101111101111101000001111101111101111011010011001011111111011111011111010000010 | efbe83efbda3efbe82efbdb9efbe83efbda65fefbe82 |
UHC | ??????_? | 0011111100111111001111110011111100111111001111110101111100111111 | 3f3f3f3f3f3f5f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)