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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煜ネス | 111110110101010111001000111100011000111010111101 | fb55c8f18ebd |
EUC-JP | 煜ネ?ス | 1000111111001001111111001000111011001000001111111000111010111101 | 8fc9fc8ec83f8ebd |
UTF-8 | 煜ネス | 111001111000010110011100111011111011111010001000111011101000010010001001111011111011110110111101 | e7859cefbe88ee8489efbdbd |
UHC | 煜??? | 1110100111110010001111110011111100111111 | e9f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)