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 | ?°???? | 001111111011000000111111001111110011111100111111 | 3fb03f3f3f3f |
SJIS-WIN | 羶°゛譯紙拭 | 111000111011110110000001100010111000000101001010111001101010000110001110100001101001000001000000 | e3bd818b814ae6a18e869040 |
EUC-JP | 羶°゛譯紙拭 | 111001101011111110100001111010111010000110101011111011001010001110111011111001101011111110100001 | e6bfa1eba1abeca3bbe6bfa1 |
UTF-8 | 羶°゛譯紙拭 | 1110011110111110101101101100001010110000111000111000001010011011111010001010110110101111111001111011010010011001111001101000101110101101 | e7beb6c2b0e3829be8adafe7b499e68bad |
UHC | ?°?譯紙拭 | 00111111101000011100011000111111111001101011101111110010101101011110001111010100 | 3fa1c63fe6bbf2b5e3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)