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 | ?削け) | 00111111100011011110110110000010101011111000000101101010 | 3f8ded82af816a |
EUC-JP | 邕削け) | 100011111110000111101101101110101110111110100100101100011010000111001011 | 8fe1edbaefa4b1a1cb |
UTF-8 | 邕削け) | 111010011000001010010101111001011000100110001010111000111000000110010001111011111011110010001001 | e98295e5898ae38191efbc89 |
UHC | 邕削け) | 1110100010111011110111101111101110101010101100011010001110101001 | e8bbdefbaab1a3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)