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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 歷숁무練뚧 | 111011111010011010001100111011001000100010000001111010111010110010110100111011111010011010010110111010111001101010100111 | efa68cec8881ebacb4efa696eb9aa7 |
UHC | 歷숁무練뚧 | 11100110101110001001100111100110101110011010101111100110110111111000110011100110 | e6b899e6b9abe6df8ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)