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 | ??????L | 00111111001111110011111100111111001111110011111101001100 | 3f3f3f3f3f3f4c |
SJIS-WIN | 蟷ク隲セ隍カL | 11100101101110011011100011101000101010111011111011101000101001001011011001001100 | e5b9b8e8abbee8a4b64c |
EUC-JP | 蟷ク隲セ隍カL | 11101010101110111000111010111000111100001010110110001110101111101111000010100110100011101011011001001100 | eabb8eb8f0ad8ebef0a68eb64c |
UTF-8 | 蟷ク隲セ隍カL | 11101000100111111011011111101111101111011011100011101001100110101011001011101111101111011011111011101001100110101000110111101111101111011011011001001100 | e89fb7efbdb8e99ab2efbdbee99a8defbdb64c |
UHC | ????隍?L | 0011111100111111001111110011111111111100110110110011111101001100 | 3f3f3f3ffcdb3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)