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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 貉溽貉溽^ | 111001101011100110011111111001111110011010111001100111111110011101011110 | e6b99fe7e6b99fe75e |
EUC-JP | 貉溽貉溽^ | 111011001011101111011110111010011110110010111011110111101110100101011110 | ecbbdee9ecbbdee95e |
UTF-8 | 貉溽貉溽^ | 11101000101100101000100111100110101110101011110111101000101100101000100111100110101110101011110101011110 | e8b289e6babde8b289e6babd5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)