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 | 茹帋閔 | 111001001010010110011011111000011110100001111011 | e4a59be1e87b |
EUC-JP | 茹帋閔 | 111010001010011111010110111000111110111111011100 | e8a7d6e3efdc |
UTF-8 | 茹帋閔 | 111010001000110010111001111001011011100010001011111010011001011010010100 | e88cb9e5b88be99694 |
UHC | 茹?閔 | 1110011010101010001111111101101011001010 | e6aa3fdaca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)