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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ツ青ャツ腺テ・ | 110000101001000011000010101011001100001010010001010000101100001110100101 | c290c2acc29142c3a5 |
EUC-JP | ツ青ャツ腺テ・ | 1000111011000010110000001100010010001110101011001000111011000010110000011010001110001110110000111000111010100101 | 8ec2c0c48eac8ec2c1a38ec38ea5 |
UTF-8 | ツ青ャツ腺テ・ | 111011111011111010000010111010011001110110010010111011111011110110101100111011111011111010000010111010001000010110111010111011111011111010000011111011111011110110100101 | efbe82e99d92efbdacefbe82e885baefbe83efbda5 |
UHC | ????腺?? | 0011111100111111001111110011111111100000110011010011111100111111 | 3f3f3f3fe0cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)