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 | 鞐玖ご顆 | 1110100011011110100010111110100010000010101100101110100011110111 | e8de8be882b2e8f7 |
EUC-JP | 鞐玖ご顆 | 1111000011100000101101101110101010100100101101001111000011111001 | f0e0b6eaa4b4f0f9 |
UTF-8 | 鞐玖ご顆 | 111010011001111010010000111001111000111010010110111000111000000110010100111010011010000110000110 | e99e90e78e96e38194e9a186 |
UHC | ?玖ご顆 | 00111111110011111011100010101010101101001100111010101000 | 3fcfb8aab4cea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)