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 | 繡??? | 100011111101010011010111001111110011111100111111 | 8fd4d73f3f3f |
UTF-8 | 繡땴륣列 | 111001111011100110100001111010111001010110110100111010111010010110100011111011111010011010011100 | e7b9a1eb95b4eba5a3efa69c |
UHC | 繡땴륣列 | 1110001010111001100010111000101010010000010010001110011011101010 | e2b98b8a9048e6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)