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 | 1001100001100011001111110011111101010110 | 98633f3f56 |
EUC-JP | 歪??V | 1100111111000100001111110011111101010110 | cfc43f3f56 |
UTF-8 | 歪묐졁V | 11100110101011011010101011101011101011001001000011101100101000011000000101010110 | e6adaaebac90eca18156 |
UHC | 歪묐졁V | 11101000111000001001000111101011101000001011001001010110 | e8e091eba0b256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)