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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???節??? | 0011111100111111001111111001000011011111001111110011111100111111 | 3f3f3f90df3f3f3f |
EUC-JP | ??ŀ節??? | 00111111001111111000111110101001110010011100000011100001001111110011111100111111 | 3f3f8fa9c9c0e13f3f3f |
UTF-8 | 銳띾ŀ節뚮죯溜 | 1110100110001010101100111110101110011101101111101100010110000000111001111010111110000000111010111001101010101110111011001010001110101111111011111010011110001011 | e98ab3eb9dbec580e7af80eb9aaeeca3afefa78b |
UHC | 銳띾ŀ節뚮죯溜 | 1110011111100101100011011110101110101001101010001110111110111101100011001110101110100001100010101110101011111110 | e7e58deba9a8efbd8ceba18aeafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)