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 | 蟆逸撻蟒 | 1110010110110000100010001110110110011101101000111110010110111011 | e5b088ed9da3e5bb |
EUC-JP | 蟆逸撻蟒 | 1110101010110010101100001110111111011010101001011110101010111101 | eab2b0efdaa5eabd |
UTF-8 | 蟆逸撻蟒 | 111010001001111110000110111010011000000010111000111001101001001010111011111010001001111110010010 | e89f86e980b8e692bbe89f92 |
UHC | ?逸撻? | 001111111110110011101111110100111011010100111111 | 3fecefd3b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)