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 | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
SJIS-WIN | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
EUC-JP | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
UTF-8 | 뭊묪nD뭊묪nD^ | 1110101110101101100010101110101110101100101010100110111001000100111010111010110110001010111010111010110010101010011011100100010001011110 | ebad8aebacaa6e44ebad8aebacaa6e445e |
UHC | 뭊묪nD뭊묪nD^ | 10010010010101011001001001000010011011100100010010010010010101011001001001000010011011100100010001011110 | 925592426e44925592426e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)