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 | ??る睡傲 | 0011111100111111100000101110100110010000100001111001100011111100 | 3f3f82e9908798fc |
EUC-JP | ??る睡傲 | 0011111100111111101001001110101110111111111001111101000011111110 | 3f3fa4ebbfe7d0fe |
UTF-8 | 뤗횓る睡傲 | 111010111010010010010111111011011001101010010011111000111000001010001011111001111001110110100001111001011000001010110010 | eba497ed9a93e3828be79da1e582b2 |
UHC | 뤗횓る睡傲 | 10001111110001111100001110001110101010101110101111100010101100101110011111101100 | 8fc7c38eaaebe2b2e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)