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 | |æ[| | 100110100111110011100110010110111001101001111100 | 9a7ce65b9a7c |
SJIS-WIN | ?|?[?| | 001111110111110000111111010110110011111101111100 | 3f7c3f5b3f7c |
EUC-JP | ?|æ[?| | 0011111101111100100011111010100111000001010110110011111101111100 | 3f7c8fa9c15b3f7c |
UTF-8 | |æ[| | 110000101001101001111100110000111010011001011011110000101001101001111100 | c29a7cc3a65bc29a7c |
UHC | ?|æ[?| | 00111111011111001010100110100001010110110011111101111100 | 3f7ca9a15b3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)