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 | 隴ス蝸セ | 111010001010110110111101111001011001011110111110 | e8adbde597be |
EUC-JP | 隴ス蝸セ | 1111000010101111100011101011110111101001111101111000111010111110 | f0af8ebde9f78ebe |
UTF-8 | 隴ス蝸セ | 111010011001101010110100111011111011110110111101111010001001110110111000111011111011110110111110 | e99ab4efbdbde89db8efbdbe |
UHC | ??蝸? | 0011111100111111111010001100010000111111 | 3f3fe8c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)