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 | ñý¤è¹¿ | 1111000111111101101001001110100010001110101110011000111010111111 | f1fda4e88eb98ebf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñý¤è???¿ | 100011111010101111010000100011111010101111110010100011111010001011110000100011111010101110110010001111110011111100111111100011111010001011000100 | 8fabd08fabf28fa2f08fabb23f3f3f8fa2c4 |
UTF-8 | ñý¤è¹¿ | 11000011101100011100001110111101110000101010010011000011101010001100001010001110110000101011100111000010100011101100001010111111 | c3b1c3bdc2a4c3a8c28ec2b9c28ec2bf |
UHC | ??¤??¹?¿ | 0011111100111111101000101011010000111111001111111010100111110110001111111010001010101111 | 3f3fa2b43f3fa9f63fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)