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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銓比クサ | 111001111111001010010100111001001011100010111011 | e7f294e4b8bb |
EUC-JP | 銓比クサ | 1110111011110100110010001110011010001110101110001000111010111011 | eef4c8e68eb88ebb |
UTF-8 | 銓比クサ | 111010011000101010010011111001101010111110010100111011111011110110111000111011111011110110111011 | e98a93e6af94efbdb8efbdbb |
UHC | 銓比?? | 111011111011000011011101111011110011111100111111 | efb0ddef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)