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 | ³ÀѾ | 1000111010110011100011101100000010001110110100011000111010111110 | 8eb38ec08ed18ebe |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???À?Ñ?? | 001111110011111100111111100011111010101010100010001111111000111110101010110100000011111100111111 | 3f3f3f8faaa23f8faad03f3f |
UTF-8 | ³ÀѾ | 11000010100011101100001010110011110000101000111011000011100000001100001010001110110000111001000111000010100011101100001010111110 | c28ec2b3c28ec380c28ec391c28ec2be |
UHC | ?³?????¾ | 00111111101010011111100000111111001111110011111100111111001111111010100011111010 | 3fa9f83f3f3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)