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 | 村但狸単 | 1001000110111010100100100100000110010010010010111001001001010000 | 91ba9241924b9250 |
EUC-JP | 村但狸単 | 1100001010111100110000111010001011000011101011001100001110110001 | c2bcc3a2c3acc3b1 |
UTF-8 | 村但狸単 | 111001101001110110010001111001001011110110000110111001111000101110111000111001011000110110011000 | e69d91e4bd86e78bb8e58d98 |
UHC | 村但狸? | 11110101101111011101001110100011110101111110000100111111 | f5bdd3a3d7e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)