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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 逡閤v逡閤vB | 1110011110010101100011010111110101110110111001111001010110001101011111010111011001000010 | e7958d7d76e7958d7d7642 |
EUC-JP | 逡閤v逡閤vB | 1110110111110101101110011101111001110110111011011111010110111001110111100111011001000010 | edf5b9de76edf5b9de7642 |
UTF-8 | 逡閤v逡閤vB | 111010011000000010100001111010011001011010100100011101101110100110000000101000011110100110010110101001000111011001000010 | e980a1e996a476e980a1e996a47642 |
UHC | 逡閤v逡閤vB | 1111000111100100111110011110111001110110111100011110010011111001111011100111011001000010 | f1e4f9ee76f1e4f9ee7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)