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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 幼?? | 10010111011000110011111100111111 | 97633f3f |
EUC-JP | 幼?? | 11001101110001000011111100111111 | cdc43f3f |
UTF-8 | 幼띕삮 | 111001011011100110111100111010111001110110010101111011001000001010101110 | e5b9bceb9d95ec82ae |
UHC | 幼띕삮 | 111010101110101010110110111010111001100010101011 | eaeab6eb98ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)