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 | 釭鹿ー郢 | 1111101110111101100011101010110111110000101101101011000011100111101110011111001001000010 | fbbd8eadf0b6b0e7b9f242 |
EUC-JP | 釭鹿?ー郢? | 1000111111100011101011111011110010101111001111111000111010110000111011101011101100111111 | 8fe3afbcaf3f8eb0eebb3f |
UTF-8 | 釭鹿ー郢 | 111010011000011110101101111010011011100110111111111011101000000110110101111011111011110110110000111010011000001110100010111011101000010110111010 | e987ade9b9bfee81b5efbdb0e983a2ee85ba |
UHC | ?鹿???? | 00111111110101101110001100111111001111110011111100111111 | 3fd6e33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)