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 | ??????f | 00111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f66 |
SJIS-WIN | ??????f | 00111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f66 |
EUC-JP | ??????f | 00111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f66 |
UTF-8 | 琉득뙌琉듸쪓f | 11101111101001111000110011101011100100111001110111101011100110011000110011101111101001111000110011101011100100111011100011101100101010101001001101100110 | efa78ceb939deb998cefa78ceb93b8ecaa9366 |
UHC | 琉득뙌琉듸쪓f | 11101011101001001011010111100110100011001001000111101011101001001011010111101111101001011000110101100110 | eba4b5e68c91eba4b5efa58d66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)