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 | 闊朱ケソ謔 | 1110100010001000100011101110100110111001101111111110011010000010 | e8888ee9b9bfe682 |
EUC-JP | 闊朱ケソ謔 | 11101111111010001011110011101011100011101011100110001110101111111110101111100010 | efe8bceb8eb98ebfebe2 |
UTF-8 | 闊朱ケソ謔 | 111010011001011110001010111001101001110010110001111011111011110110111001111011111011110110111111111010001010110010010100 | e9978ae69cb1efbdb9efbdbfe8ac94 |
UHC | 闊朱??謔 | 1111110011000100111100011011100100111111001111111111100111001100 | fcc4f1b93f3ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)