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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 蔣??? | 100011111101100110110110001111110011111100111111 | 8fd9b63f3f3f |
UTF-8 | 蔣붼웵玲 | 111010001001010010100011111010111011011010111100111011001001101110110101111011111010011010101101 | e894a3ebb6bcec9bb5efa6ad |
UHC | 蔣붼웵玲 | 1110110111111000100101001110100110011111100000111110011110111111 | edf894e99f83e7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)