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 | 銓ャ隧樔 | 111001111111001010101100111010001010100110011110111001001111001010000111 | e7f2ace8a99ee4f287 |
EUC-JP | 銓ャ隧樔? | 111011101111010010001110101011001111000010101011110111001110011000111111 | eef48eacf0abdce63f |
UTF-8 | 銓ャ隧樔 | 111010011000101010010011111011111011110110101100111010011001101010100111111001101010100010010100111011101000011010111110 | e98a93efbdace99aa7e6a894ee86be |
UHC | 銓?隧?? | 11101111101100000011111111100010110010100011111100111111 | efb03fe2ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)