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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 漆蠖}漆蠖{^ | 1000111010111101111001011011110101111101100011101011110111100101101111010111101101011110 | 8ebde5bd7d8ebde5bd7b5e |
EUC-JP | 漆蠖}漆蠖{^ | 1011110010111111111010101011111101111101101111001011111111101010101111110111101101011110 | bcbfeabf7dbcbfeabf7b5e |
UTF-8 | 漆蠖}漆蠖{^ | 111001101011110010000110111010001010000010010110011111011110011010111100100001101110100010100000100101100111101101011110 | e6bc86e8a0967de6bc86e8a0967b5e |
UHC | 漆?}漆?{^ | 111101101101010000111111011111011111011011010100001111110111101101011110 | f6d43f7df6d43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)