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 | シ゚蒿シ | 1011110011011111111001001110010010111100 | bcdfe4e4bc |
EUC-JP | シ゚蒿シ | 1000111010111100100011101101111111101000111001101000111010111100 | 8ebc8edfe8e68ebc |
UTF-8 | シ゚蒿シ | 111011111011110110111100111011111011111010011111111010001001001010111111111011111011110110111100 | efbdbcefbe9fe892bfefbdbc |
UHC | ??蒿? | 0011111100111111111110111101101000111111 | 3f3ffbda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)