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 | 貅乗ス∫ル | 111001101011101010001111111001101011110110000001111001111000001110001011 | e6ba8fe6bd81e7838b |
EUC-JP | 貅乗ス∫ル | 11101100101111001011111011101000100011101011110110100010111010011010010111101011 | ecbcbee88ebda2e9a5eb |
UTF-8 | 貅乗ス∫ル | 111010001011001010000101111001001011100110010111111011111011110110111101111000101000100010101011111000111000001110101011 | e8b285e4b997efbdbde288abe383ab |
UHC | ???∫ル | 00111111001111110011111110100001111100101010101111101011 | 3f3f3fa1f2abeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)