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 | 慂ъ??? | 10011100110010001000010010001100001111110011111100111111 | 9cc8848c3f3f3f |
EUC-JP | 慂ъ??? | 11011000110010101010011111101100001111110011111100111111 | d8caa7ec3f3f3f |
UTF-8 | 慂ъ뮂泥낦 | 1110011010000101100000101101000110001010111010111010111010000010111011111010011110100011111010111000001010100110 | e68582d18aebae82efa7a3eb82a6 |
UHC | 慂ъ뮂泥낦 | 11101001101111011010110011101100100100101001000111101100101100101000011001000010 | e9bdacec9291ecb28642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)