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 | ¨ù¨ú | 10101000111110011010100011111010 | a8f9a8fa |
SJIS-WIN | ¨?¨? | 100000010100111000111111100000010100111000111111 | 814e3f814e3f |
EUC-JP | ¨ù¨ú | 10100001101011111000111110101011111000111010000110101111100011111010101111100010 | a1af8fabe3a1af8fabe2 |
UTF-8 | ¨ù¨ú | 1100001010101000110000111011100111000010101010001100001110111010 | c2a8c3b9c2a8c3ba |
UHC | ¨?¨? | 101000011010011100111111101000011010011100111111 | a1a73fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)