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 | 鬪ー豈費スケ | 111010011010101010110000111001101010111110010100111011111011110110111001 | e9aab0e6af94efbdb9 |
EUC-JP | 鬪ー豈費スケ | 111100101010110010001110101100001110110010110001110010001111000110001110101111011000111010111001 | f2ac8eb0ecb1c8f18ebd8eb9 |
UTF-8 | 鬪ー豈費スケ | 111010011010110010101010111011111011110110110000111010001011000110001000111010001011001010111011111011111011110110111101111011111011110110111001 | e9acaaefbdb0e8b188e8b2bbefbdbdefbdb9 |
UHC | 鬪?豈費?? | 111101111110001100111111110100011100001011011110101010000011111100111111 | f7e33fd1c2dea83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)