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 | 宵粹ォ | 1000111110101010111000101110110110101011 | 8faae2edab |
EUC-JP | 宵粹ォ | 101111101010110011100100111011111000111010101011 | beace4ef8eab |
UTF-8 | 宵粹ォ | 111001011010111010110101111001111011001010111001111011111011110110101011 | e5aeb5e7b2b9efbdab |
UHC | 宵粹? | 1110000110110010111000101011011000111111 | e1b2e2b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)