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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莉ェョ | 111101001100010111100100101110111010101010101110 | f4c5e4bbaaae |
EUC-JP | ?莉ェョ | 00111111111010001011110110001110101010101000111010101110 | 3fe8bd8eaa8eae |
UTF-8 | 莉ェョ | 111011101000110110110100111010001000111010001001111011111011110110101010111011111011110110101110 | ee8db4e88e89efbdaaefbdae |
UHC | ?莉?? | 0011111111010111111010010011111100111111 | 3fd7e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)