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 | 灼鴫邪 | 1000111011011100111100101111010110001110101100001000111011010111 | 8edcf2f58eb08ed7 |
EUC-JP | 灼?鴫邪 | 10111100110111100011111110111100101100101011110011011001 | bcde3fbcb2bcd9 |
UTF-8 | 灼鴫邪 | 111001111000000110111100111011101000100010101100111010011011010010101011111010011000001010101010 | e781bcee88ace9b4abe982aa |
UHC | 灼??邪 | 111011011100011100111111001111111101111011110111 | edc73f3fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)