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 | 蟆溢沫豁キ | 111001011011000010001000111011001001011010010111111001101010110110110111 | e5b088ec9697e6adb7 |
EUC-JP | 蟆溢沫豁キ | 11101010101100101011000011101110110010111111011111101100101011111000111010110111 | eab2b0eecbf7ecaf8eb7 |
UTF-8 | 蟆溢沫豁キ | 111010001001111110000110111001101011101010100010111001101011001010101011111010001011000110000001111011111011110110110111 | e89f86e6baa2e6b2abe8b181efbdb7 |
UHC | ?溢沫豁? | 0011111111101100111011101101100011001000111111001100001100111111 | 3feceed8c8fcc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)