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 | 蓍ヨ俺莖 | 1110010011100111100000111000100010001001101101001110010010110001 | e4e7838889b4e4b1 |
EUC-JP | 蓍ヨ俺莖 | 1110100011101001101001011110100010110010101101101110100010110011 | e8e9a5e8b2b6e8b3 |
UTF-8 | 蓍ヨ俺莖 | 111010001001001110001101111000111000001110101000111001001011111110111010111010001000111010010110 | e8938de383a8e4bfbae88e96 |
UHC | 蓍ヨ俺莖 | 1110001111001001101010111110100011100101111011111100110011101100 | e3c9abe8e5efccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)