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 | 澵セ魍襴 | 11111011010011001011111011101001101100011110011001000101 | fb4cbee9b1e645 |
EUC-JP | 澵セ魍襴 | 100011111100100011111000100011101011111011110010101100111110101110100110 | 8fc8f88ebef2b3eba6 |
UTF-8 | 澵セ魍襴 | 111001101011111010110101111011111011110110111110111010011010110110001101111010001010010110110100 | e6beb5efbdbee9ad8de8a5b4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)