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 | 篠?篠囚 | 10001110110000100011111110001110110000101000111011111010 | 8ec23f8ec28efa |
EUC-JP | 篠?篠囚 | 10111100110001000011111110111100110001001011110011111100 | bcc43fbcc4bcfc |
UTF-8 | 篠슇篠囚 | 111001111010111110100000111011001000101010000111111001111010111110100000111001011001101110011010 | e7afa0ec8a87e7afa0e59b9a |
UHC | 篠슇篠囚 | 1110000111000110100110101001100111100001110001101110000111110110 | e1c69a99e1c6e1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)