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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銖咲阜 | 111001111111000110001101111001111001010110001100 | e7f18de7958c |
EUC-JP | 銖咲阜 | 111011101111001110111010111010011100100111101100 | eef3bae9c9ec |
UTF-8 | 銖咲阜 | 111010011000101010010110111001011001001010110010111010011001100010011100 | e98a96e592b2e9989c |
UHC | 銖?阜 | 1110001011000111001111111101110110111101 | e2c73fddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)