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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?閥褐? | 001111111001010010110100100010101000110000111111 | 3f94b48a8c3f |
EUC-JP | ?閥褐? | 001111111100100010110110101100111110110000111111 | 3fc8b6b3ec3f |
UTF-8 | 뤶閥褐쾸 | 111010111010010010110110111010011001011010100101111010001010010010010000111011001011111010111000 | eba4b6e996a5e8a490ecbeb8 |
UHC | 뤶閥褐쾸 | 1000111111100100110110111110110011001010111010001011001010001110 | 8fe4dbeccae8b28e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)