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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?朞?ぱ∫B | 001111111001111001001101001111111000001011001111100000011110011101000010 | 3f9e4d3f82cf81e742 |
EUC-JP | ?朞?ぱ∫B | 001111111101101110101110001111111010010011010001101000101110100101000010 | 3fdbae3fa4d1a2e942 |
UTF-8 | 룵朞卽ぱ∫B | 11101011101000111011010111100110100111001001111011100101100011011011110111100011100000011011000111100010100010001010101101000010 | eba3b5e69c9ee58dbde381b1e288ab42 |
UHC | 룵朞卽ぱ∫B | 1000111110101010110100011010000111110001111011011010101011010001101000011111001001000010 | 8faad1a1f1edaad1a1f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)