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 | 믄爭뤒狸 | 111010111010111110000100111001111000100010101101111010111010010010010010111001111000101110111000 | ebaf84e788adeba492e78bb8 |
UHC | 믄爭뤒狸 | 1011100111001000111011101011001110001111110000101101011111100001 | b9c8eeb38fc2d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)