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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑩賈豺 | 111000001111000011100110110010011110011010110111 | e0f0e6c9e6b7 |
EUC-JP | 瑩賈豺 | 111000001111001011101100110010111110110010111001 | e0f2eccbecb9 |
UTF-8 | 瑩賈豺 | 111001111001000110101001111010001011001110001000111010001011000110111010 | e791a9e8b388e8b1ba |
UHC | 瑩賈豺 | 111110111010100111001010101110011110001111001111 | fba9cab9e3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)