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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楹℡? | 1001111010110001100001111000010000111111 | 9eb187843f |
EUC-JP | 楹?? | 11011100101100110011111100111111 | dcb33f3f |
UTF-8 | 楹℡뼕 | 111001101010010110111001111000101000010010100001111010111011110010010101 | e6a5b9e284a1ebbc95 |
UHC | 楹℡뼕 | 111001111011001110100010111001011001011010011101 | e7b3a2e5969d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)