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 | 遮捨写而 | 1000111011010101100011101100110010001110110010101000111010100111 | 8ed58ecc8eca8ea7 |
EUC-JP | 遮捨写而 | 1011110011010111101111001100111010111100110011001011110010101001 | bcd7bccebcccbca9 |
UTF-8 | 遮捨写而 | 111010011000000110101110111001101000110110101000111001011000011010011001111010001000000010001100 | e981aee68da8e58699e8808c |
UHC | 遮捨?而 | 11110011101101001101111011010111001111111110110010111011 | f3b4ded73fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)