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 | ?地曝ご∫ | 001111111001001001101110100101001001100010000010101100101000000111100111 | 3f926e949882b281e7 |
EUC-JP | ?地曝ご∫ | 001111111100001111001111110001111111100010100100101101001010001011101001 | 3fc3cfc7f8a4b4a2e9 |
UTF-8 | 룶地曝ご∫ | 111010111010001110110110111001011001110010110000111001101001101110011101111000111000000110010100111000101000100010101011 | eba3b6e59cb0e69b9de38194e288ab |
UHC | 룶地曝ご∫ | 10001111101010111111001010100010111110001110110110101010101101001010000111110010 | 8fabf2a2f8edaab4a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)