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 | 鬆丞ョ崎・ | 1110100110100000100011111110010110101110100011011110100010100101 | e9a08fe5ae8de8a5 |
EUC-JP | 鬆丞ョ崎・ | 11110010101000101011111011100111100011101010111010111010111010101000111010100101 | f2a2bee78eaebaea8ea5 |
UTF-8 | 鬆丞ョ崎・ | 111010011010110010000110111001001011100010011110111011111011110110101110111001011011010010001110111011111011110110100101 | e9ac86e4b89eefbdaee5b48eefbda5 |
UHC | ?丞?崎? | 00111111111000111010101000111111110100001111100000111111 | 3fe3aa3fd0f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)