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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟾ス阡オ菫唯 | 11100101101101111011110111101000100101001011010111100100101111111001011101000010 | e5b7bde894b5e4bf9742 |
EUC-JP | 蟾ス阡オ菫唯 | 111010101011100110001110101111011110111111110100100011101011010111101000110000011100110110100011 | eab98ebdeff48eb5e8c1cda3 |
UTF-8 | 蟾ス阡オ菫唯 | 111010001001111110111110111011111011110110111101111010011001100010100001111011111011110110110101111010001000111110101011111001011001010010101111 | e89fbeefbdbde998a1efbdb5e88fabe594af |
UHC | 蟾?阡?菫唯 | 11100000111010100011111111110100110001100011111111010000110010111110101011100110 | e0ea3ff4c63fd0cbeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)