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 | ©ø¨ú | 10101001111110001010100011111010 | a9f8a8fa |
SJIS-WIN | ??¨? | 0011111100111111100000010100111000111111 | 3f3f814e3f |
EUC-JP | ©ø¨ú | 1000111110100010111011011000111110101001110011001010000110101111100011111010101111100010 | 8fa2ed8fa9cca1af8fabe2 |
UTF-8 | ©ø¨ú | 1100001010101001110000111011100011000010101010001100001110111010 | c2a9c3b8c2a8c3ba |
UHC | ?ø¨? | 001111111010100110101010101000011010011100111111 | 3fa9aaa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)