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 | ñû¹ê³¡ | 1111000111111011100011101011100111101010101100111000111010100001 | f1fb8eb9eab38ea1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñû??ê??¡ | 10001111101010111101000010001111101010111110010100111111001111111000111110101011101101000011111100111111100011111010001011000010 | 8fabd08fabe53f3f8fabb43f3f8fa2c2 |
UTF-8 | ñû¹ê³¡ | 11000011101100011100001110111011110000101000111011000010101110011100001110101010110000101011001111000010100011101100001010100001 | c3b1c3bbc28ec2b9c3aac2b3c28ec2a1 |
UHC | ???¹?³?¡ | 0011111100111111001111111010100111110110001111111010100111111000001111111010001010101110 | 3f3f3fa9f63fa9f83fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)