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 | 隣렠履렰料 | 111011111010011110110001111010111010000010100000111011111010011110011111111010111010000010110000111011111010011010111110 | efa7b1eba0a0efa79feba0b0efa6be |
UHC | 隣렠履렰料 | 11101100111001001000111010110001111011001010101010001110101111011110100011110111 | ece48eb1ecaa8ebde8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)