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 | 瀅i?魚 | 11111011010011101000001010001001001111111000101110011011 | fb4e82893f8b9b |
EUC-JP | 瀅i?魚 | 1000111111001001101010111010001111101001001111111011010111111011 | 8fc9aba3e93fb5fb |
UTF-8 | 瀅i뇠魚 | 111001111000000010000101111011111011110110001001111010111000011110100000111010011010110110011010 | e78085efbd89eb87a0e9ad9a |
UHC | 瀅i뇠魚 | 1111101110100100101000111110100110000111100010001110010111100000 | fba4a3e98788e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)