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 | 1001101101000011100111001101100001110110100110110100001110011100110110000111011001000010 | 9b439cd8769b439cd87642 |
EUC-JP | 佞憙v佞憙vB | 1101010110100100110110001101101001110110110101011010010011011000110110100111011001000010 | d5a4d8da76d5a4d8da7642 |
UTF-8 | 佞憙v佞憙vB | 111001001011110110011110111001101000011010011001011101101110010010111101100111101110011010000110100110010111011001000010 | e4bd9ee6869976e4bd9ee686997642 |
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)