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 | 涌鶺涌齏 | 1001011101001111111010100101010010010111010011111110100011101011 | 974fea54974fe8eb |
EUC-JP | 涌鶺涌齏 | 1100110110110000111100111011010111001101101100001111000011101101 | cdb0f3b5cdb0f0ed |
UTF-8 | 涌鶺涌齏 | 111001101011011010001100111010011011011010111010111001101011011010001100111010011011110110001111 | e6b68ce9b6bae6b68ce9bd8f |
UHC | 涌?涌? | 111010011011111100111111111010011011111100111111 | e9bf3fe9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)