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 | ?週}?週{^ | 001111111000111101010100011111010011111110001111010101000111101101011110 | 3f8f547d3f8f547b5e |
EUC-JP | ?週}?週{^ | 001111111011110110110101011111010011111110111101101101010111101101011110 | 3fbdb57d3fbdb57b5e |
UTF-8 | 렠週}렠週{^ | 111010111010000010100000111010011000000010110001011111011110101110100000101000001110100110000000101100010111101101011110 | eba0a0e980b17deba0a0e980b17b5e |
UHC | 렠週}렠週{^ | 1000111010110001111100011100111001111101100011101011000111110001110011100111101101011110 | 8eb1f1ce7d8eb1f1ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)