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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 庄??庄??^ | 100011111010111100111111001111111000111110101111001111110011111101011110 | 8faf3f3f8faf3f3f5e |
EUC-JP | 庄??庄?湄^ | 1011111010110001001111110011111110111110101100010011111110001111110001111111000101011110 | beb13f3fbeb13f8fc7f15e |
UTF-8 | 庄면릎庄멱湄^ | 11100101101110101000010011101011101010011011010011101011101001101000111011100101101110101000010011101011101010011011000111100110101110011000010001011110 | e5ba84eba9b4eba68ee5ba84eba9b1e6b9845e |
UHC | 庄면릎庄멱湄^ | 11101101111001001011100011101001101110001010110111101101111001001011100011101000110110101011010101011110 | ede4b8e9b8adede4b8e8dab55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)