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 | ?????z^ | 00111111001111110011111100111111001111110111101001011110 | 3f3f3f3f3f7a5e |
SJIS-WIN | 嶸ヲ嶸弥亠z^ | 1111101010110100101001101111101010110100100101101110110110011000101100110111101001011110 | fab4a6fab496ed98b37a5e |
EUC-JP | 嶸ヲ嶸弥亠z^ | 1000111110111011111101001000111010100110100011111011101111110100110011001110111111010000101101010111101001011110 | 8fbbf48ea68fbbf4ccefd0b57a5e |
UTF-8 | 嶸ヲ嶸弥亠z^ | 1110010110110110101110001110111110111101101001101110010110110110101110001110010110111100101001011110010010111010101000000111101001011110 | e5b6b8efbda6e5b6b8e5bca5e4baa07a5e |
UHC | 嶸?嶸??z^ | 111001111010111000111111111001111010111000111111001111110111101001011110 | e7ae3fe7ae3f3f7a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)