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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隰ンニ隰ンニB | 111010001010110011011101110001101110100010101100110111011100011001000010 | e8acddc6e8acddc642 |
EUC-JP | 隰ンニ隰ンニB | 11110000101011101000111011011101100011101100011011110000101011101000111011011101100011101100011001000010 | f0ae8edd8ec6f0ae8edd8ec642 |
UTF-8 | 隰ンニ隰ンニB | 11101001100110101011000011101111101111101001110111101111101111101000011011101001100110101011000011101111101111101001110111101111101111101000011001000010 | e99ab0efbe9defbe86e99ab0efbe9defbe8642 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)