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 | 鞐玖ご鉅 | 1110100011011110100010111110100010000010101100101110011111101000 | e8de8be882b2e7e8 |
EUC-JP | 鞐玖ご鉅 | 1111000011100000101101101110101010100100101101001110111011101010 | f0e0b6eaa4b4eeea |
UTF-8 | 鞐玖ご鉅 | 111010011001111010010000111001111000111010010110111000111000000110010100111010011000100110000101 | e99e90e78e96e38194e98985 |
UHC | ?玖ご鉅 | 00111111110011111011100010101010101101001100101111101001 | 3fcfb8aab4cbe9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)