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 | 油?艇? | 100101101111101100111111100100101111100000111111 | 96fb3f92f83f |
EUC-JP | 油?艇? | 110011001111110100111111110001001111101000111111 | ccfd3fc4fa3f |
UTF-8 | 油렡艇쮜 | 111001101011001010111001111010111010000010100001111010001000100110000111111011001010111010011100 | e6b2b9eba0a1e88987ecae9c |
UHC | 油렡艇쮜 | 1110101011111010100011101011001011101111111100111100001011101000 | eafa8eb2eff3c2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)