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 | 櫻??釉? | 10011111010011100011111100111111111001111101011000111111 | 9f4e3f3fe7d63f |
EUC-JP | 櫻??釉? | 11011101101011110011111100111111111011101101100000111111 | ddaf3f3feed83f |
UTF-8 | 櫻뗫툋釉좦 | 111001101010101110111011111010111001011110101011111011011000100010001011111010011000011110001001111011001010001010100110 | e6abbbeb97abed888be98789eca2a6 |
UHC | 櫻뗫툋釉좦 | 11100101101000011000101111101011101110001000001111101011101110001010000101000010 | e5a18bebb883ebb8a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)