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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?權ゴ◆∫ | 001111111001111011011100100000110101001110000001100111111000000111100111 | 3f9edc8353819f81e7 |
EUC-JP | ?權ゴ◆∫ | 001111111101110011011110101001011011010010100010101000011010001011101001 | 3fdcdea5b4a2a1a2e9 |
UTF-8 | 룶權ゴ◆∫ | 111010111010001110110110111001101010110010001010111000111000001010110100111000101001011110000110111000101000100010101011 | eba3b6e6ac8ae382b4e29786e288ab |
UHC | 룶權ゴ◆∫ | 10001111101010111100111111101101101010111011010010100001110111111010000111110010 | 8fabcfedabb4a1dfa1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)