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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シロセイ自シロ | 1011110011011011101111101011001010001110101010011011110011011011 | bcdbbeb28ea9bcdb |
EUC-JP | シロセイ自シロ | 1000111010111100100011101101101110001110101111101000111010110010101111001010101110001110101111001000111011011011 | 8ebc8edb8ebe8eb2bcab8ebc8edb |
UTF-8 | シロセイ自シロ | 111011111011110110111100111011111011111010011011111011111011110110111110111011111011110110110010111010001000011110101010111011111011110110111100111011111011111010011011 | efbdbcefbe9befbdbeefbdb2e887aaefbdbcefbe9b |
UHC | ????自?? | 0011111100111111001111110011111111101101101110110011111100111111 | 3f3f3f3fedbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)