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 | 踰ゥ髻懈寘髻 | 1110011011111010101010011110100110011111100111001110011011111010101010011110100110011111 | e6faa9e99f9ce6faa9e99f |
EUC-JP | 踰ゥ髻懈寘髻 | 11101100111111001000111010101001111100101010000111011000111010001000111110111010111000011111001010100001 | ecfc8ea9f2a1d8e88fbae1f2a1 |
UTF-8 | 踰ゥ髻懈寘髻 | 111010001011100010110000111011111011110110101001111010011010101110111011111001101000011110001000111001011010111110011000111010011010101110111011 | e8b8b0efbda9e9abbbe68788e5af98e9abbb |
UHC | 踰??懈?? | 1110101110110010001111110011111111111010101010110011111100111111 | ebb23f3ffaab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)