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 | 祚秕狢皎 | 1110001001001110111000100101110111100000110000001110000110100111 | e24ee25de0c0e1a7 |
EUC-JP | 祚秕狢皎 | 1110001110101111111000111011111011100000110000101110001010101001 | e3afe3bee0c2e2a9 |
UTF-8 | 祚秕狢皎 | 111001111010010110011010111001111010011110010101111001111000101110100010111001111001101010001110 | e7a59ae7a795e78ba2e79a8e |
UHC | 祚秕?皎 | 11110000110101001101110111111001001111111100111011101011 | f0d4ddf93fceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)