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 | ?爭?犁 | 001111111110000010100101001111111110000010110011 | 3fe0a53fe0b3 |
EUC-JP | ?爭?犁 | 001111111110000010100111001111111110000010110101 | 3fe0a73fe0b5 |
UTF-8 | 크爭뤒犁 | 111011011000000110101100111001111000100010101101111010111010010010010010111001111000101010000001 | ed81ace788adeba492e78a81 |
UHC | 크爭뤒犁 | 1100010110101001111011101011001110001111110000101101011111100000 | c5a9eeb38fc2d7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)