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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曜??乙? | 10010111011010100011111100111111100010011011001100111111 | 976a3f3f89b33f |
EUC-JP | 曜??乙? | 11001101110010110011111100111111101100101011010100111111 | cdcb3f3fb2b53f |
UTF-8 | 曜섎떱乙뛄 | 111001101001101110011100111011001000010010001110111010111001011010110001111001001011100110011001111010111001101110000100 | e69b9cec848eeb96b1e4b999eb9b84 |
UHC | 曜섎떱乙뛄 | 11101000111110001001100011101011101101101011011111101011111000001000110101000010 | e8f898ebb6b7ebe08d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)