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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | ?羞?[BF | 00111111111000111011010100111111010110110100001001000110 | 3fe3b53f5b4246 |
EUC-JP | ?羞?[BF | 00111111111001101011011100111111010110110100001001000110 | 3fe6b73f5b4246 |
UTF-8 | 씔羞렫[BF | 111011001001010010010100111001111011111010011110111010111010000010101011010110110100001001000110 | ec9494e7be9eeba0ab5b4246 |
UHC | 씔羞렫[BF | 101111101011110011100010101110101000111010111001010110110100001001000110 | bebce2ba8eb95b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)