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 | ñû¹íïÛ£ | 1111000111111011100011101011100111101101111011111101101110100011 | f1fb8eb9edefdba3 |
SJIS-WIN | ???????£ | 001111110011111100111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f3f3f8192 |
EUC-JP | ñû??íïÛ£ | 10001111101010111101000010001111101010111110010100111111001111111000111110101011101111111000111110101011110000011000111110101010111001011010000111110010 | 8fabd08fabe53f3f8fabbf8fabc18faae5a1f2 |
UTF-8 | ñû¹íïÛ£ | 11000011101100011100001110111011110000101000111011000010101110011100001110101101110000111010111111000011100110111100001010100011 | c3b1c3bbc28ec2b9c3adc3afc39bc2a3 |
UHC | ???¹???? | 001111110011111100111111101010011111011000111111001111110011111100111111 | 3f3f3fa9f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)