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 | 醴볣젂隸뉰 | 111011111010011010110111111010111011001110100011111011001010000010000010111011111010011010111000111010111000100110110000 | efa6b7ebb3a3eca082efa6b8eb89b0 |
UHC | 醴볣젂隸뉰 | 11100111111001001001001111101001101000001000011011100111111001101000100001000010 | e7e493e9a086e7e68842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)