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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錏溷」ケ邏 | 1110011111111001100111111110010110100011101110011110011110110100 | e7f99fe5a3b9e7b4 |
EUC-JP | 錏溷」ケ邏 | 11101110111110111101111011100111100011101010001110001110101110011110111010110110 | eefbdee78ea38eb9eeb6 |
UTF-8 | 錏溷」ケ邏 | 111010011000110010001111111001101011101010110111111011111011110110100011111011111011110110111001111010011000001010001111 | e98c8fe6bab7efbda3efbdb9e9828f |
UHC | ????邏 | 001111110011111100111111001111111101010110100100 | 3f3f3f3fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)