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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 晤??節⑨?\ | 10011101111010110011111100111111100100001101111110000111010010000011111101011100 | 9deb3f3f90df87483f5c |
EUC-JP | 晤??節??\ | 110110101110110100111111001111111100000011100001001111110011111101011100 | daed3f3fc0e13f3f5c |
UTF-8 | 晤쀥쨧節⑨슐\ | 11100110100110011010010011101100100000001010010111101100101010001010011111100111101011111000000011100010100100011010100011101100100010101001000001011100 | e699a4ec80a5eca8a7e7af80e291a8ec8a905c |
UHC | 晤쀥쨧節⑨슐\ | 11100111111110111001011111100101101001001000001011101111101111011010100011101111101111011011011001011100 | e7fb97e5a482efbda8efbdb65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)