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 | 驥域ア扇嵜 | 111010011000011110001000111001101011000110010000111011101001101110111101 | e98788e6b190ee9bbd |
EUC-JP | 驥域ア扇嵜 | 11110001111001111011000011101000100011101011000111000000111100001101011010111111 | f1e7b0e88eb1c0f0d6bf |
UTF-8 | 驥域ア扇嵜 | 111010011010100110100101111001011001111110011111111011111011110110110001111001101000100110000111111001011011010110011100 | e9a9a5e59f9fefbdb1e68987e5b59c |
UHC | 驥域?扇? | 1101000111001010111001101011010000111111111000001011111100111111 | d1cae6b43fe0bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)