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 | ò»½»³¹ | 111100101011101110001110101111011000111110111011101100111000111010111001 | f2bb8ebd8fbbb38eb9 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ò???????? | 1000111110101011110100100011111100111111001111110011111100111111001111110011111100111111 | 8fabd23f3f3f3f3f3f3f3f |
UTF-8 | ò»½»³¹ | 110000111011001011000010101110111100001010001110110000101011110111000010100011111100001010111011110000101011001111000010100011101100001010111001 | c3b2c2bbc28ec2bdc28fc2bbc2b3c28ec2b9 |
UHC | ???½??³?¹ | 001111110011111100111111101010001111011000111111001111111010100111111000001111111010100111110110 | 3f3f3fa8f63f3fa9f83fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)