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 | æü°ä½ | 1110011011111100101100001110010010111101 | e6fcb0e4bd |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | æü°ä? | 100011111010100111000001100011111010101111100100101000011110101110001111101010111010001100111111 | 8fa9c18fabe4a1eb8faba33f |
UTF-8 | æü°ä½ | 11000011101001101100001110111100110000101011000011000011101001001100001010111101 | c3a6c3bcc2b0c3a4c2bd |
UHC | æ?°?½ | 1010100110100001001111111010000111000110001111111010100011110110 | a9a13fa1c63fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)