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 | 稻瘡稻 | 111000100110101011100001100011001110001001101010 | e26ae18ce26a |
EUC-JP | 稻瘡稻 | 111000111100101111100001111011001110001111001011 | e3cbe1ece3cb |
UTF-8 | 稻瘡稻 | 111001111010100010111011111001111001100010100001111001111010100010111011 | e7a8bbe798a1e7a8bb |
UHC | 稻瘡稻 | 110101001010101111110011111010101101010010101011 | d4abf3ead4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)