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 | ëþ±ì ± | 111010111111111010110001111011001010000010110001 | ebfeb1eca0b1 |
SJIS-WIN | ??±??± | 0011111100111111100000010111110100111111001111111000000101111101 | 3f3f817d3f3f817d |
EUC-JP | ëþ±ì?± | 1000111110101011101100111000111110101001110100001010000111011110100011111010101111000000001111111010000111011110 | 8fabb38fa9d0a1de8fabc03fa1de |
UTF-8 | ëþ±ì ± | 110000111010101111000011101111101100001010110001110000111010110011000010101000001100001010110001 | c3abc3bec2b1c3acc2a0c2b1 |
UHC | ?þ±??± | 001111111010100110101101101000011011111000111111001111111010000110111110 | 3fa9ada1be3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)