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 | 闍懃エ吮伯 | 111010001000101110011100111001111011010010011001111000101001010010001100 | e88b9ce7b499e2948c |
EUC-JP | 闍懃エ吮伯 | 11101111111010111101100011101001100011101011010011010010111001001100011111101100 | efebd8e98eb4d2e4c7ec |
UTF-8 | 闍懃エ吮伯 | 111010011001011110001101111001101000011110000011111011111011110110110100111001011001000010101110111001001011110010101111 | e9978de68783efbdb4e590aee4bcaf |
UHC | ?懃??伯 | 00111111110100001100010000111111001111111101101111010111 | 3fd0c43f3fdbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)