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 | 鬯ゥ蟷疲「 | 1110100110101100101010011110010110111001100101001110011010100010 | e9aca9e5b994e6a2 |
EUC-JP | 鬯ゥ蟷疲「 | 11110010101011101000111010101001111010101011101111001000111010001000111010100010 | f2ae8ea9eabbc8e88ea2 |
UTF-8 | 鬯ゥ蟷疲「 | 111010011010110010101111111011111011110110101001111010001001111110110111111001111001011010110010111011111011110110100010 | e9acafefbda9e89fb7e796b2efbda2 |
UHC | ???疲? | 001111110011111100111111111110011010101000111111 | 3f3f3ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)