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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 壹?漿???F | 100110101110001100111111100111111111011100111111001111110011111101000110 | 9ae33f9ff73f3f3f46 |
EUC-JP | 壹?漿?佾?F | 1101010011100101001111111101111011111001001111111000111110110000111110110011111101000110 | d4e53fdef93f8fb0fb3f46 |
UTF-8 | 壹렱漿렏佾렫F | 11100101101000111011100111101011101000001011000111100110101111001011111111101011101000001000111111100100101111011011111011101011101000001010101101000110 | e5a3b9eba0b1e6bcbfeba08fe4bdbeeba0ab46 |
UHC | 壹렱漿렏佾렫F | 11101100111011001000111010111110111011011110110010001110101001011110110011101011100011101011100101000110 | ecec8ebeedec8ea5eceb8eb946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)