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 | 璵???? | 10001111110011001110011000111111001111110011111100111111 | 8fcce63f3f3f3f |
UTF-8 | 璵붷콗掠멊 | 111001111001001010110101111010111011011010110111111011001011110110010111111011111010010110110101111010111010100110001010 | e792b5ebb6b7ecbd97efa5b5eba98a |
UHC | 璵붷콗掠멊 | 11100110101001011001010011100101101100011001000111100101101100011001000101000010 | e6a594e5b191e5b19142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)