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 | 愼?駭? | 100111001100010000111111111010010110111000111111 | 9cc43fe96e3f |
EUC-JP | 愼?駭? | 110110001100011000111111111100011100111100111111 | d8c63ff1cf3f |
UTF-8 | 愼렪駭묜 | 111001101000010010111100111010111010000010101010111010011010011110101101111010111010110010011100 | e684bceba0aae9a7adebac9c |
UHC | 愼렪駭묜 | 1110001111100101100011101011100011111010101101001011100110100111 | e3e58eb8fab4b9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)