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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???悠? | 001111110011111100111111100101110100100100111111 | 3f3f3f97493f |
EUC-JP | ???悠? | 001111110011111100111111110011011010101000111111 | 3f3f3fcdaa3f |
UTF-8 | 娛륁뇳悠첕 | 111001011010100010011011111010111010010110000001111010111000011110110011111001101000001010100000111011001011001010010101 | e5a89beba581eb87b3e682a0ecb295 |
UHC | 娛륁뇳悠첕 | 11100111111101001000111111101100100001111001011111101010111011011010101101000010 | e7f48fec8797eaedab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)