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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 辷コ霍ォ遉暖B | 1110011110001000101110101110100010110111101010111110011110100100100100100110011101000010 | e788bae8b7abe7a4926742 |
EUC-JP | 辷コ霍ォ遉暖B | 11101101111010001000111010111010111100001011100110001110101010111110111010100110110000111100100001000010 | ede88ebaf0b98eabeea6c3c842 |
UTF-8 | 辷コ霍ォ遉暖B | 11101000101111101011011111101111101111011011101011101001100111001000110111101111101111011010101111101001100000011000100111100110100110101001011001000010 | e8beb7efbdbae99c8defbdabe98189e69a9642 |
UHC | ?????暖B | 0011111100111111001111110011111100111111110100011110110001000010 | 3f3f3f3f3fd1ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)