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 | ûHµÞûHµÜ^ | 111110110100100010110101110111101111101101001000101101011101110001011110 | fb48b5defb48b5dc5e |
SJIS-WIN | ?H???H??^ | 001111110100100000111111001111110011111101001000001111110011111101011110 | 3f483f3f3f483f3f5e |
EUC-JP | ûH?ÞûH?Ü^ | 1000111110101011111001010100100000111111100011111010100110110000100011111010101111100101010010000011111110001111101010101110010001011110 | 8fabe5483f8fa9b08fabe5483f8faae45e |
UTF-8 | ûHµÞûHµÜ^ | 110000111011101101001000110000101011010111000011100111101100001110111011010010001100001010110101110000111001110001011110 | c3bb48c2b5c39ec3bb48c2b5c39c5e |
UHC | ?H?Þ?H??^ | 00111111010010000011111110101000101011010011111101001000001111110011111101011110 | 3f483fa8ad3f483f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)