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 | ??®? | 00111111001111111010111000111111 | 3f3fae3f |
SJIS-WIN | 臆??? | 1000100110110000001111110011111100111111 | 89b03f3f3f |
EUC-JP | 臆?®? | 10110010101100100011111110001111101000101110111000111111 | b2b23f8fa2ee3f |
UTF-8 | 臆듏®븡 | 1110100010000111100001101110101110010011100011111100001010101110111010111011100010100001 | e88786eb938fc2aeebb8a1 |
UHC | 臆듏®븡 | 1110010111100110100010101100001010100010111001111001010110001010 | e5e68ac2a2e7958a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)