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 | 1001111111110100100111001101100001110110100111111111010010011100110110000111011001000010 | 9ff49cd8769ff49cd87642 |
EUC-JP | 滬憙v滬憙vB | 1101111011110110110110001101101001110110110111101111011011011000110110100111011001000010 | def6d8da76def6d8da7642 |
UTF-8 | 滬憙v滬憙vB | 111001101011101110101100111001101000011010011001011101101110011010111011101011001110011010000110100110010111011001000010 | e6bbace6869976e6bbace686997642 |
UHC | ?憙v?憙vB | 001111111111110111110010011101100011111111111101111100100111011001000010 | 3ffdf2763ffdf27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)