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] | 00111111001111110101011001011101 | 3f3f565d |
SJIS-WIN | 探存V] | 100100100101010010010001101101100101011001011101 | 925491b6565d |
EUC-JP | 探存V] | 110000111011010111000010101110000101011001011101 | c3b5c2b8565d |
UTF-8 | 探存V] | 1110011010001110101000101110010110101101100110000101011001011101 | e68ea2e5ad98565d |
UHC | 探存V] | 111101111010111011110000111011010101011001011101 | f7aef0ed565d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)