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 | 闍懃エ吮伯蠏 | 1110100010001011100111001110011110110100100110011110001010010100100011001110010110110101 | e88b9ce7b499e2948ce5b5 |
EUC-JP | 闍懃エ吮伯蠏 | 111011111110101111011000111010011000111010110100110100101110010011000111111011001110101010110111 | efebd8e98eb4d2e4c7eceab7 |
UTF-8 | 闍懃エ吮伯蠏 | 111010011001011110001101111001101000011110000011111011111011110110110100111001011001000010101110111001001011110010101111111010001010000010001111 | e9978de68783efbdb4e590aee4bcafe8a08f |
UHC | ?懃??伯? | 0011111111010000110001000011111100111111110110111101011100111111 | 3fd0c43f3fdbd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)