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 | ???二? | 001111110011111100111111100100111111000100111111 | 3f3f3f93f13f |
EUC-JP | ???二? | 001111110011111100111111110001101111001100111111 | 3f3f3fc6f33f |
UTF-8 | 囹덈ㅋ二퀯 | 111011111010011010101001111010111000110110001000111000111000010110001011111001001011101010001100111011011000000010101111 | efa6a9eb8d88e3858be4ba8ced80af |
UHC | 囹덈ㅋ二퀯 | 11100111101010101000100011101011101001001011101111101100101000111011010001000010 | e7aa88eba4bbeca3b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)