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 | 鋿叱ー邇セ | 11111011110111001000111010110110111100101010100110110000111001111000111010111110 | fbdc8eb6f2a9b0e78ebe |
EUC-JP | 鋿叱?ー邇セ | 100011111110010011010010101111001011100000111111100011101011000011101101111011101000111010111110 | 8fe4d2bcb83f8eb0edee8ebe |
UTF-8 | 鋿叱ー邇セ | 111010011000101110111111111001011000111110110001111011101000011110100000111011111011110110110000111010011000001010000111111011111011110110111110 | e98bbfe58fb1ee87a0efbdb0e98287efbdbe |
UHC | ?叱??邇? | 0011111111110010111010100011111100111111111011001100010000111111 | 3ff2ea3f3fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)