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 | ßû«çßµ | 110111111111101110101011111001111101111110110101 | dffbabe7dfb5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ßû?çß? | 1000111110101001110011101000111110101011111001010011111110001111101010111010111010001111101010011100111000111111 | 8fa9ce8fabe53f8fabae8fa9ce3f |
UTF-8 | ßû«çßµ | 110000111001111111000011101110111100001010101011110000111010011111000011100111111100001010110101 | c39fc3bbc2abc3a7c39fc2b5 |
UHC | ß???ß? | 1010100110101100001111110011111100111111101010011010110000111111 | a9ac3f3f3fa9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)