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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 慂ъ???? | 1001110011001000100001001000110000111111001111110011111100111111 | 9cc8848c3f3f3f3f |
EUC-JP | 慂ъ???? | 1101100011001010101001111110110000111111001111110011111100111111 | d8caa7ec3f3f3f3f |
UTF-8 | 慂ъ뮂泥놅쬉 | 1110011010000101100000101101000110001010111010111010111010000010111011111010011110100011111010111000011010000101111011001010110010001001 | e68582d18aebae82efa7a3eb8685ecac89 |
UHC | 慂ъ뮂泥놅쬉 | 111010011011110110101100111011001001001010010001111011001011001010000110111011111010011010011111 | e9bdacec9291ecb286efa69f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)