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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 瓦?????F | 1000101010100010001111110011111100111111001111110011111101000110 | 8aa23f3f3f3f3f46 |
EUC-JP | 瓦?????F | 1011010010100100001111110011111100111111001111110011111101000110 | b4a43f3f3f3f3f46 |
UTF-8 | 瓦귟썯溜곕젣F | 11100111100100111010011011101010101101111001111111101100100011011010111111101111101001111000101111101010101100111001010111101100101000001010001101000110 | e793a6eab79fec8dafefa78beab395eca0a346 |
UHC | 瓦귟썯溜곕젣F | 11101000101111111000001011101000100110111001111111101010111111101011000011101011101000001001110001000110 | e8bf82e89b9feafeb0eba09c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)