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 | 蹊酌者踰 | 1110011011111100100011101101111010001110110100101110011011111010 | e6fc8ede8ed2e6fa |
EUC-JP | 蹊酌者踰 | 1110110011111110101111001110000010111100110101001110110011111100 | ecfebce0bcd4ecfc |
UTF-8 | 蹊酌者踰 | 111010001011100110001010111010011000010110001100111010001000000010000101111010001011100010110000 | e8b98ae9858ce88085e8b8b0 |
UHC | 蹊酌者踰 | 1111101110110111111011011100110011101101101110101110101110110010 | fbb7edccedbaebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)