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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 贈蔵単短 | 1001000110100001100100011010000010010010010100001001001001011010 | 91a191a09250925a |
EUC-JP | 贈蔵単短 | 1100001010100011110000101010001011000011101100011100001110111011 | c2a3c2a2c3b1c3bb |
UTF-8 | 贈蔵単短 | 111010001011010010001000111010001001010010110101111001011000110110011000111001111001111110101101 | e8b488e894b5e58d98e79fad |
UHC | 贈??短 | 111100011111110000111111001111111101001110101101 | f1fc3f3fd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)