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 | 霍問握豢 | 1110100010110111100101101110001010001000101011001110011010110100 | e8b796e288ace6b4 |
EUC-JP | 霍問握豢 | 1111000010111001110011001110010010110000101011101110110010110110 | f0b9cce4b0aeecb6 |
UTF-8 | 霍問握豢 | 111010011001110010001101111001011001010110001111111001101000111110100001111010001011000110100010 | e99c8de5958fe68fa1e8b1a2 |
UHC | ?問握? | 001111111101100111111101111001001100010000111111 | 3fd9fde4c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)