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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 籖牙ずx | 11100010110111011000100111100101100000101011100001111000 | e2dd89e582b878 |
EUC-JP | 籖牙ずx | 11100100110111111011001011100111101001001011101001111000 | e4dfb2e7a4ba78 |
UTF-8 | 籖牙ずx | 11100111101100011001011011100111100010011001100111100011100000011001101001111000 | e7b196e78999e3819a78 |
UHC | ?牙ずx | 001111111110010010110011101010101011101001111000 | 3fe4b3aaba78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)