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??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 鋺坑}v鋺坑}vB | 11100111111110101000110101000010011111010111011011100111111110101000110101000010011111010111011001000010 | e7fa8d427d76e7fa8d427d7642 |
EUC-JP | 鋺坑}v鋺坑}vB | 11101110111111001011100110100011011111010111011011101110111111001011100110100011011111010111011001000010 | eefcb9a37d76eefcb9a37d7642 |
UTF-8 | 鋺坑}v鋺坑}vB | 1110100110001011101110101110010110011101100100010111110101110110111010011000101110111010111001011001110110010001011111010111011001000010 | e98bbae59d917d76e98bbae59d917d7642 |
UHC | ?坑}v?坑}vB | 0011111111001011110101010111110101110110001111111100101111010101011111010111011001000010 | 3fcbd57d763fcbd57d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)