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 | 壯わ?慾 | 10011010111000011000001011101101001111111001011101111100 | 9ae182ed3f977c |
EUC-JP | 壯わ?慾 | 11010100111000111010010011101111001111111100110111011101 | d4e3a4ef3fcddd |
UTF-8 | 壯わ풆慾 | 111001011010001110101111111000111000001010001111111011011001001010000110111001101000010110111110 | e5a3afe3828fed9286e685be |
UHC | 壯わ풆慾 | 1110110111100000101010101110111110111110100011101110100110101111 | ede0aaefbe8ee9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)