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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??益?氓? | 0011111100111111100010010111011000111111100111111000001000111111 | 3f3f89763f9f823f |
EUC-JP | ??益?氓紈 | 00111111001111111011000111010111001111111101110111100010100011111101001111001101 | 3f3fb1d73fdde28fd3cd |
UTF-8 | 셰샴益뤵氓紈 | 111011001000010110110000111011001000001110110100111001111001101110001010111010111010010010110101111001101011000010010011111001111011010010001000 | ec85b0ec83b4e79b8aeba4b5e6b093e7b488 |
UHC | 셰샴益뤵氓紈 | 101111001100111010111100101001001110110011001100100011111110001111011000111011001111110010111100 | bccebca4eccc8fe3d8ecfcbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)