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 | 蟆願シ甫 | 11100101101100001000101011101000101111001001010111100001 | e5b08ae8bc95e1 |
EUC-JP | 蟆願シ甫 | 1110101010110010101101001110101010001110101111001100101011100011 | eab2b4ea8ebccae3 |
UTF-8 | 蟆願シ甫 | 111010001001111110000110111010011010000110011000111011111011110110111100111001111001010010101011 | e89f86e9a198efbdbce794ab |
UHC | ?願?甫 | 001111111110101011000011001111111101110011001011 | 3feac33fdccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)