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 | 銹??眞 | 111001111111011000111111001111111110000111000001 | e7f63f3fe1c1 |
EUC-JP | 銹琰?眞 | 1110111011111000100011111100110010110100001111111110001011000011 | eef88fccb43fe2c3 |
UTF-8 | 銹琰롚眞 | 111010011000101010111001111001111001000010110000111010111010000110011010111001111001110010011110 | e98ab9e790b0eba19ae79c9e |
UHC | 銹琰롚眞 | 1110001011001000111001101111110010001110110111101111001011011000 | e2c8e6fc8edef2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)