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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銓篇榊ーア鉤 | 11100111111100101001010111010001100011011110010110110000101100011110011111101010 | e7f295d18de5b0b1e7ea |
EUC-JP | 銓篇榊ーア鉤 | 111011101111010011001010110100111011101011100111100011101011000010001110101100011110111011101100 | eef4cad3bae78eb08eb1eeec |
UTF-8 | 銓篇榊ーア鉤 | 111010011000101010010011111001111010111110000111111001101010011010001010111011111011110110110000111011111011110110110001111010011000100110100100 | e98a93e7af87e6a68aefbdb0efbdb1e989a4 |
UHC | 銓篇???鉤 | 111011111011000011111000101110010011111100111111001111111100111111001001 | efb0f8b93f3f3fcfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)