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 | 弟?申?矣 | 1001001011101101001111111001000001011100001111111110000111100001 | 92ed3f905c3fe1e1 |
EUC-JP | 弟?申?矣 | 1100010011101111001111111011111110111101001111111110001011100011 | c4ef3fbfbd3fe2e3 |
UTF-8 | 弟렪申렖矣 | 111001011011110010011111111010111010000010101010111001111001010010110011111010111010000010010110111001111001111110100011 | e5bc9feba0aae794b3eba096e79fa3 |
UHC | 弟렪申렖矣 | 11110000101010011000111010111000111000111110100110001110101010111110101111111000 | f0a98eb8e3e98eabebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)