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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 譽??V | 1110011010100011001111110011111101010110 | e6a33f3f56 |
EUC-JP | 譽??V | 1110110010100101001111110011111101010110 | eca53f3f56 |
UTF-8 | 譽김퀕V | 11101000101011011011110111101010101110011000000011101101100000001001010101010110 | e8adbdeab980ed809556 |
UHC | 譽김퀕V | 11100111111000101011000111101000101100111000101001010110 | e7e2b1e8b38a56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)