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 | 蒻よ俺蕀 | 1110010011101000100000101110011010001001101101001110010011111001 | e4e882e689b4e4f9 |
EUC-JP | 蒻よ俺蕀 | 1110100011101010101001001110100010110010101101101110100011111011 | e8eaa4e8b2b6e8fb |
UTF-8 | 蒻よ俺蕀 | 111010001001001010111011111000111000001010001000111001001011111110111010111010001001010110000000 | e892bbe38288e4bfbae89580 |
UHC | 蒻よ俺? | 11100101101101101010101011101000111001011110111100111111 | e5b6aae8e5ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)