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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈??疫?? | 1110001001110111001111110011111110001001011101010011111100111111 | e2773f3f89753f3f |
EUC-JP | 窈??疫?? | 1110001111011000001111110011111110110001110101100011111100111111 | e3d83f3fb1d63f3f |
UTF-8 | 窈뚮젌疫뀀젾 | 111001111010101010001000111010111001101010101110111011001010000010001100111001111001011010101011111010111000000010000000111011001010000010111110 | e7aa88eb9aaeeca08ce796abeb8080eca0be |
UHC | 窈뚮젌疫뀀젾 | 111010011010000110001100111010111010000010001101111001101011100110110010111010111010000010110000 | e9a18ceba08de6b9b2eba0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)