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 | Êûðµ | 11001010111110111111000010110101 | cafbf0b5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Êûð? | 10001111101010101011010010001111101010111110010110001111101010011100001100111111 | 8faab48fabe58fa9c33f |
UTF-8 | Êûðµ | 1100001110001010110000111011101111000011101100001100001010110101 | c38ac3bbc3b0c2b5 |
UHC | ??ð? | 0011111100111111101010011010001100111111 | 3f3fa9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)