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 | 慂ъ?誼? | 1001110011001000100001001000110000111111100010110110001000111111 | 9cc8848c3f8b623f |
EUC-JP | 慂ъ?誼? | 1101100011001010101001111110110000111111101101011100001100111111 | d8caa7ec3fb5c33f |
UTF-8 | 慂ъ옓誼섷 | 1110011010000101100000101101000110001010111011001001100010010011111010001010101010111100111011001000010010110111 | e68582d18aec9893e8aabcec84b7 |
UHC | 慂ъ옓誼섷 | 11101001101111011010110011101100100111101001100111101011111111101001100101000101 | e9bdacec9e99ebfe9945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)