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 | ??L\ | 00111111001111110100110001011100 | 3f3f4c5c |
SJIS-WIN | 涌齏L\ | 100101110100111111101000111010110100110001011100 | 974fe8eb4c5c |
EUC-JP | 涌齏L\ | 110011011011000011110000111011010100110001011100 | cdb0f0ed4c5c |
UTF-8 | 涌齏L\ | 1110011010110110100011001110100110111101100011110100110001011100 | e6b68ce9bd8f4c5c |
UHC | 涌?L\ | 1110100110111111001111110100110001011100 | e9bf3f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)