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 | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 迺ス蠑ヲV | 11100111100100101011110111100101101111001010011001010110 | e792bde5bca656 |
EUC-JP | 迺ス蠑ヲV | 111011011111001010001110101111011110101010111110100011101010011001010110 | edf28ebdeabe8ea656 |
UTF-8 | 迺ス蠑ヲV | 11101000101111111011101011101111101111011011110111101000101000001001000111101111101111011010011001010110 | e8bfbaefbdbde8a091efbda656 |
UHC | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)