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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隴ス蝎手 | 11101000101011011011110111100101100110011000111011101000 | e8adbde5998ee8 |
EUC-JP | 隴ス蝎手 | 1111000010101111100011101011110111101001111110011011110011101010 | f0af8ebde9f9bcea |
UTF-8 | 隴ス蝎手 | 111010011001101010110100111011111011110110111101111010001001110110001110111001101000100110001011 | e99ab4efbdbde89d8ee6898b |
UHC | ??蝎手 | 001111110011111111001010111010011110001010100010 | 3f3fcae9e2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)