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 | 雜吝惱 | 111010001011011010011001111001011001110010111011 | e8b699e59cbb |
EUC-JP | 雜吝惱 | 111100001011100011010010111001111101100010111101 | f0b8d2e7d8bd |
UTF-8 | 雜吝惱 | 111010011001101110011100111001011001000010011101111001101000001110110001 | e99b9ce5909de683b1 |
UHC | 雜吝惱 | 111011011101101011010111111100001101001011011101 | eddad7f0d2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)