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 | 該紺? | 1000101001011001100011011010111000111111 | 8a598dae3f |
EUC-JP | 該紺寗 | 10110011101110101011101010110000100011111011101011100000 | b3babab08fbae0 |
UTF-8 | 該紺寗 | 111010001010100110110010111001111011010010111010111001011010111110010111 | e8a9b2e7b4bae5af97 |
UHC | 該紺寗 | 111110101011000111001010111110101101001010111100 | fab1cafad2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)