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 | 驥オ菫ッ譴ア | 111010011000011110110101111001001011111110101111111001101010001010110001 | e987b5e4bfafe6a2b1 |
EUC-JP | 驥オ菫ッ譴ア | 111100011110011110001110101101011110100011000001100011101010111111101100101001001000111010110001 | f1e78eb5e8c18eafeca48eb1 |
UTF-8 | 驥オ菫ッ譴ア | 111010011010100110100101111011111011110110110101111010001000111110101011111011111011110110101111111010001010110110110100111011111011110110110001 | e9a9a5efbdb5e88fabefbdafe8adb4efbdb1 |
UHC | 驥?菫?譴? | 110100011100101000111111110100001100101100111111110011001011100100111111 | d1ca3fd0cb3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)