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 | 閨「竍皮・ | 1110100010000001101000101110001010000111100101001110011110100101 | e881a2e28794e7a5 |
EUC-JP | 閨「竍皮・ | 11101111111000011000111010100010111000111110011111001000111010011000111010100101 | efe18ea2e3e7c8e98ea5 |
UTF-8 | 閨「竍皮・ | 111010011001011010101000111011111011110110100010111001111010101110001101111001111001101010101110111011111011110110100101 | e996a8efbda2e7ab8de79aaeefbda5 |
UHC | 閨??皮? | 11010000101100010011111100111111111110011010101100111111 | d0b13f3ff9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)