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 | 叱焄雫 | 1111001010111111100011101011011011111011010101001000111010110100 | f2bf8eb6fb548eb4 |
EUC-JP | ?叱焄雫 | 0011111110111100101110001000111111001001111000111011110010110110 | 3fbcb88fc9e3bcb6 |
UTF-8 | 叱焄雫 | 111011101000011110110110111001011000111110110001111001111000010010000100111010011001101110101011 | ee87b6e58fb1e78484e99bab |
UHC | ?叱焄? | 001111111111001011101010111111011011011000111111 | 3ff2eafdb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)