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 | ツ津陛・ | 110000101001001011000011100101011100001110100101 | c292c395c3a5 |
EUC-JP | ツ津陛・ | 1000111011000010110001001100010111001010110001011000111010100101 | 8ec2c4c5cac58ea5 |
UTF-8 | ツ津陛・ | 111011111011111010000010111001101011010010100101111010011001100110011011111011111011110110100101 | efbe82e6b4a5e9999befbda5 |
UHC | ?津陛? | 001111111111001011010000111110001100111000111111 | 3ff2d0f8ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)