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\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
SJIS-WIN | ???陰??v\ | 001111110011111100111111100010010100000100111111001111110111011001011100 | 3f3f3f89413f3f765c |
EUC-JP | ???陰??v\ | 001111110011111100111111101100011010001000111111001111110111011001011100 | 3f3f3fb1a23f3f765c |
UTF-8 | 裂╉굞陰꿨끀v\ | 1110111110100110101000001110001010010101100010011110101010110101100111101110100110011001101100001110101010111111101010001110101110000001100000000111011001011100 | efa6a0e29589eab59ee999b0eabfa8eb8180765c |
UHC | 裂╉굞陰꿨끀v\ | 1110011011110001101001101110001110000010100001101110101111100100101100101110010110000101101101100111011001011100 | e6f1a6e38286ebe4b2e585b6765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)