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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 駿?i媛 | 10001111011110000011111110000010100010011001010101010001 | 8f783f82899551 |
EUC-JP | 駿?i媛 | 10111101110110010011111110100011111010011100100110110010 | bdd93fa3e9c9b2 |
UTF-8 | 駿계i媛 | 111010011010011110111111111010101011001110000100111011111011110110001001111001011010101010011011 | e9a7bfeab384efbd89e5aa9b |
UHC | 駿계i媛 | 1111000111100111101100001110100010100011111010011110101010110000 | f1e7b0e8a3e9eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)