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 | ???v\ | 0011111100111111001111110111011001011100 | 3f3f3f765c |
SJIS-WIN | 炭蔵存v\ | 1001001001011001100100011010000010010001101101100111011001011100 | 925991a091b6765c |
EUC-JP | 炭蔵存v\ | 1100001110111010110000101010001011000010101110000111011001011100 | c3bac2a2c2b8765c |
UTF-8 | 炭蔵存v\ | 1110011110000010101011011110100010010100101101011110010110101101100110000111011001011100 | e782ade894b5e5ad98765c |
UHC | 炭?存v\ | 11110111101010010011111111110000111011010111011001011100 | f7a93ff0ed765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)