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 | 韻???隕風 | 100010010100001100111111001111110011111111101000101001101001010110010111 | 89433f3f3fe8a69597 |
EUC-JP | 韻???隕風 | 101100011010010000111111001111110011111111110000101010001100100111110111 | b1a43f3f3ff0a8c9f7 |
UTF-8 | 韻렭롋빛隕風 | 111010011001111110111011111010111010000010101101111010111010000110001011111010111011100110011011111010011001101010010101111010011010001010101000 | e99fbbeba0adeba18bebb99be99a95e9a2a8 |
UHC | 韻렭롋빛隕風 | 111010101010010010001110101110101000111011010001101110101111101111101010101000101111100110100110 | eaa48eba8ed1bafbeaa2f9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)