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 | 午??円 | 100011001101111100111111001111111000100101111110 | 8cdf3f3f897e |
EUC-JP | 午??円 | 101110001110000100111111001111111011000111011111 | b8e13f3fb1df |
UTF-8 | 午닷폇円 | 111001011000110110001000111010111000101110110111111011011000111110000111111001011000011010000110 | e58d88eb8bb7ed8f87e58686 |
UHC | 午닷폇円 | 1110011111101101101101001110010110111100100101001110010111110111 | e7edb4e5bc94e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)