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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | タマ招澁 | 110000001100111110001111101101011110000001000110 | c0cf8fb5e046 |
EUC-JP | タマ招澁 | 1000111011000000100011101100111110111110101101111101111110100111 | 8ec08ecfbeb7dfa7 |
UTF-8 | タマ招澁 | 111011111011111010000000111011111011111010001111111001101000101110011011111001101011111010000001 | efbe80efbe8fe68b9be6be81 |
UHC | ??招澁 | 001111110011111111110100111111011101111110111011 | 3f3ff4fddfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)