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 | 櫻??沆? | 10011111010011100011111100111111111110101111011100111111 | 9f4e3f3ffaf73f |
EUC-JP | 櫻??沆? | 1101110110101111001111110011111110001111110001101110101000111111 | ddaf3f3f8fc6ea3f |
UTF-8 | 櫻뗣굠沆뺞 | 111001101010101110111011111010111001011110100011111010101011010110100000111001101011001010000110111010111011101010011110 | e6abbbeb97a3eab5a0e6b286ebba9e |
UHC | 櫻뗣굠沆뺞 | 11100101101000011000101111100011100000101000100011111001111110101001010111100110 | e5a18be38288f9fa95e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)