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 | 踰ゥ髻懈寘 | 111001101111101010101001111010011001111110011100111001101111101010101001 | e6faa9e99f9ce6faa9 |
EUC-JP | 踰ゥ髻懈寘 | 1110110011111100100011101010100111110010101000011101100011101000100011111011101011100001 | ecfc8ea9f2a1d8e88fbae1 |
UTF-8 | 踰ゥ髻懈寘 | 111010001011100010110000111011111011110110101001111010011010101110111011111001101000011110001000111001011010111110011000 | e8b8b0efbda9e9abbbe68788e5af98 |
UHC | 踰??懈? | 11101011101100100011111100111111111110101010101100111111 | ebb23f3ffaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)