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 | ?????^^ | 00111111001111110011111100111111001111110101111001011110 | 3f3f3f3f3f5e5e |
SJIS-WIN | 嶸オ嶸弥亠^^ | 1111101010110100101101011111101010110100100101101110110110011000101100110101111001011110 | fab4b5fab496ed98b35e5e |
EUC-JP | 嶸オ嶸弥亠^^ | 1000111110111011111101001000111010110101100011111011101111110100110011001110111111010000101101010101111001011110 | 8fbbf48eb58fbbf4ccefd0b55e5e |
UTF-8 | 嶸オ嶸弥亠^^ | 1110010110110110101110001110111110111101101101011110010110110110101110001110010110111100101001011110010010111010101000000101111001011110 | e5b6b8efbdb5e5b6b8e5bca5e4baa05e5e |
UHC | 嶸?嶸??^^ | 111001111010111000111111111001111010111000111111001111110101111001011110 | e7ae3fe7ae3f3f5e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)