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 | 絎郁下 | 111000110100110110001000111010001000100110111010 | e34d88e889ba |
EUC-JP | 絎郁下 | 111001011010111010110000111010101011001010111100 | e5aeb0eab2bc |
UTF-8 | 絎郁下 | 111001111011010110001110111010011000001110000001111001001011100010001011 | e7b58ee98381e4b88b |
UHC | ?郁下 | 0011111111101001111101001111100110111011 | 3fe9f4f9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)