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 | ñú¸ì»¿ | 1111000111111010100011101011100011101100101110111000111010111111 | f1fa8eb8ecbb8ebf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñú?¸ì??¿ | 100011111010101111010000100011111010101111100010001111111000111110100010101100011000111110101011110000000011111100111111100011111010001011000100 | 8fabd08fabe23f8fa2b18fabc03f3f8fa2c4 |
UTF-8 | ñú¸ì»¿ | 11000011101100011100001110111010110000101000111011000010101110001100001110101100110000101011101111000010100011101100001010111111 | c3b1c3bac28ec2b8c3acc2bbc28ec2bf |
UHC | ???¸???¿ | 00111111001111110011111110100010101011000011111100111111001111111010001010101111 | 3f3f3fa2ac3f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)