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 | 譎幄ヲ茂 | 11100110100110011001101111101000101001101001011011001110 | e6999be8a696ce |
EUC-JP | 譎幄ヲ茂 | 1110101111111001110101101110101010001110101001101100110011010000 | ebf9d6ea8ea6ccd0 |
UTF-8 | 譎幄ヲ茂 | 111010001010110110001110111001011011100110000100111011111011110110100110111010001000110010000010 | e8ad8ee5b984efbda6e88c82 |
UHC | 譎幄?茂 | 11111101110100101110010011000001001111111101100111110010 | fdd2e4c13fd9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)