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 | ?爭?狸 | 001111111110000010100101001111111001001001001011 | 3fe0a53f924b |
EUC-JP | ?爭?狸 | 001111111110000010100111001111111100001110101100 | 3fe0a73fc3ac |
UTF-8 | 크爭뤒狸 | 111011011000000110101100111001111000100010101101111010111010010010010010111001111000101110111000 | ed81ace788adeba492e78bb8 |
UHC | 크爭뤒狸 | 1100010110101001111011101011001110001111110000101101011111100001 | c5a9eeb38fc2d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)