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 | ??る睡? | 00111111001111111000001011101001100100001000011100111111 | 3f3f82e990873f |
EUC-JP | ??る睡? | 00111111001111111010010011101011101111111110011100111111 | 3f3fa4ebbfe73f |
UTF-8 | 뤗횓る睡咽 | 111010111010010010010111111011011001101010010011111000111000001010001011111001111001110110100001111011111010011010011110 | eba497ed9a93e3828be79da1efa69e |
UHC | 뤗횓る睡咽 | 10001111110001111100001110001110101010101110101111100010101100101110011011101100 | 8fc7c38eaaebe2b2e6ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)