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 | 曜??肄? | 10010111011010100011111100111111111000111110010100111111 | 976a3f3fe3e53f |
EUC-JP | 曜??肄? | 11001101110010110011111100111111111001101110011100111111 | cdcb3f3fe6e73f |
UTF-8 | 曜섎끋肄똁 | 111001101001101110011100111011001000010010001110111010111000000110001011111010001000001010000100111010111001100010000001 | e69b9cec848eeb818be88284eb9881 |
UHC | 曜섎끋肄똁 | 11101000111110001001100011101011100001011011110111101100101111011000110001000010 | e8f898eb85bdecbd8c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)