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 | ??ズ??? | 00111111001111111000001101011001001111110011111100111111 | 3f3f83593f3f3f |
EUC-JP | ??ズ??? | 00111111001111111010010110111010001111110011111100111111 | 3f3fa5ba3f3f3f |
UTF-8 | 琉쀨ズ淋볧뮗 | 111011111010011110001100111011001000000010101000111000111000001010111010111011111010011110110101111010111011001110100111111010111010111010010111 | efa78cec80a8e382baefa7b5ebb3a7ebae97 |
UHC | 琉쀨ズ淋볧뮗 | 111010111010010010010111111010001010101110111010111011001111100010010011111011011001001010100011 | eba497e8abbaecf893ed92a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)