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 | 100010011001011100111111011101101000100110010111001111110111011001000010 | 89973f7689973f7642 |
EUC-JP | 於饔v於饔vB | 10110001111101111000111111101000111011110111011010110001111101111000111111101000111011110111011001000010 | b1f78fe8ef76b1f78fe8ef7642 |
UTF-8 | 於饔v於饔vB | 111001101001011010111100111010011010010110010100011101101110011010010110101111001110100110100101100101000111011001000010 | e696bce9a59476e696bce9a5947642 |
UHC | 於饔v於饔vB | 1110010111011010111010001011110101110110111001011101101011101000101111010111011001000010 | e5dae8bd76e5dae8bd7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)