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 | 槨癶牧瘴 | 1001111011011000111000011010000010010110011100011110000110001111 | 9ed8e1a09671e18f |
EUC-JP | 槨癶牧瘴 | 1101110011011010111000101010001011001011110100101110000111101111 | dcdae2a2cbd2e1ef |
UTF-8 | 槨癶牧瘴 | 111001101010011110101000111001111001100110110110111001111000100110100111111001111001100010110100 | e6a7a8e799b6e789a7e798b4 |
UHC | 槨?牧? | 110011101010101000111111110110011100110000111111 | ceaa3fd9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)