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 | 箋??炎? | 11100010101100110011111100111111100010011000101000111111 | e2b33f3f898a3f |
EUC-JP | 箋??炎? | 11100100101101010011111100111111101100011110101000111111 | e4b53f3fb1ea3f |
UTF-8 | 箋볣땽炎멩 | 111001111010111010001011111010111011001110100011111010111001010110111101111001111000001010001110111010111010100110101001 | e7ae8bebb3a3eb95bde7828eeba9a9 |
UHC | 箋볣땽炎멩 | 11101111101010001001001111101001100010111001001111100110111110101011100011100110 | efa893e98b93e6fab8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)