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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 昊塢D昊塢D^ | 1001110111011101100110101100011101000100100111011101110110011010110001110100010001011110 | 9ddd9ac7449ddd9ac7445e |
EUC-JP | 昊塢D昊塢D^ | 1101101011011111110101001100100101000100110110101101111111010100110010010100010001011110 | dadfd4c944dadfd4c9445e |
UTF-8 | 昊塢D昊塢D^ | 111001101001100010001010111001011010000110100010010001001110011010011000100010101110010110100001101000100100010001011110 | e6988ae5a1a244e6988ae5a1a2445e |
UHC | 昊塢D昊塢D^ | 1111101111000100111001111111000101000100111110111100010011100111111100010100010001011110 | fbc4e7f144fbc4e7f1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)