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 | 111001111010111011011011111110110100011010101110110111011100111001000010 | e7aedbfb46aeddce42 |
EUC-JP | 邂ロ渹ョンホB | 1110111010110000100011101101101110001111110001111110111010001110101011101000111011011101100011101100111001000010 | eeb08edb8fc7ee8eae8edd8ece42 |
UTF-8 | 邂ロ渹ョンホB | 11101001100000101000001011101111101111101001101111100110101110001011100111101111101111011010111011101111101111101001110111101111101111101000111001000010 | e98282efbe9be6b8b9efbdaeefbe9defbe8e42 |
UHC | 邂?????B | 1111101010110011001111110011111100111111001111110011111101000010 | fab33f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)