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 | 艸梧痕 | 111001001000011110001100111001101000110110101101 | e4878ce68dad |
EUC-JP | 艸梧痕 | 111001111110011110111000111010001011101010101111 | e7e7b8e8baaf |
UTF-8 | 艸梧痕 | 111010001000100110111000111001101010001010100111111001111001011110010101 | e889b8e6a2a7e79795 |
UHC | 艸梧痕 | 111101011010110011100111111111001111110111011101 | f5ace7fcfddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)