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 | y÷vy÷vB | 1001100101111001100111001111011101110110100110010111100110011100111101110111011001000010 | 99799cf77699799cf77642 |
SJIS-WIN | ?y?÷v?y?÷vB | 00111111011110010011111110000001100000000111011000111111011110010011111110000001100000000111011001000010 | 3f793f8180763f793f81807642 |
EUC-JP | ?y?÷v?y?÷vB | 00111111011110010011111110100001111000000111011000111111011110010011111110100001111000000111011001000010 | 3f793fa1e0763f793fa1e07642 |
UTF-8 | y÷vy÷vB | 1100001010011001011110011100001010011100110000111011011101110110110000101001100101111001110000101001110011000011101101110111011001000010 | c29979c29cc3b776c29979c29cc3b77642 |
UHC | ?y?÷v?y?÷vB | 00111111011110010011111110100001110000000111011000111111011110010011111110100001110000000111011001000010 | 3f793fa1c0763f793fa1c07642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)