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 | 踝セ雋ゆ | 11100110111101001011111011101000101100101000001011100100 | e6f4bee8b282e4 |
EUC-JP | 踝セ雋ゆ | 1110110011110110100011101011111011110000101101001010010011100110 | ecf68ebef0b4a4e6 |
UTF-8 | 踝セ雋ゆ | 111010001011100010011101111011111011110110111110111010011001101110001011111000111000001010000110 | e8b89defbdbee99b8be38286 |
UHC | ??雋ゆ | 001111110011111111110001111001101010101011100110 | 3f3ff1e6aae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)