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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 曜??] | 1001011101101010001111110011111101011101 | 976a3f3f5d |
EUC-JP | 曜??] | 1100110111001011001111110011111101011101 | cdcb3f3f5d |
UTF-8 | 曜㏆슨] | 11100110100110111001110011100011100011111000011011101100100010101010100001011101 | e69b9ce38f86ec8aa85d |
UHC | 曜㏆슨] | 11101000111110001010011111101111101111011011110001011101 | e8f8a7efbdbc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)