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 | ンワ矣ンワ | 1101110111011100111000011110000111110000111011111101110111011100 | dddce1e1f0efdddc |
EUC-JP | ンワ矣?ンワ | 1000111011011101100011101101110011100010111000110011111110001110110111011000111011011100 | 8edd8edce2e33f8edd8edc |
UTF-8 | ンワ矣ンワ | 111011111011111010011101111011111011111010011100111001111001111110100011111011101000001010101110111011111011111010011101111011111011111010011100 | efbe9defbe9ce79fa3ee82aeefbe9defbe9c |
UHC | ??矣??? | 00111111001111111110101111111000001111110011111100111111 | 3f3febf83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)