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 | 筬郁下 | 111000101010101110001000111010001000100110111010 | e2ab88e889ba |
EUC-JP | 筬郁下 | 111001001010110110110000111010101011001010111100 | e4adb0eab2bc |
UTF-8 | 筬郁下 | 111001111010110110101100111010011000001110000001111001001011100010001011 | e7adace98381e4b88b |
UHC | 筬郁下 | 111000001111111011101001111101001111100110111011 | e0fee9f4f9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)