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^ | 1111101111000110100011101011111001000100111110111100011010001110101111100100010001011110 | fbc68ebe44fbc68ebe445e |
EUC-JP | 鈼疾D鈼疾D^ | 10001111111000111101011010111100110000000100010010001111111000111101011010111100110000000100010001011110 | 8fe3d6bcc0448fe3d6bcc0445e |
UTF-8 | 鈼疾D鈼疾D^ | 111010011000100010111100111001111001011010111110010001001110100110001000101111001110011110010110101111100100010001011110 | e988bce796be44e988bce796be445e |
UHC | ?疾D?疾D^ | 001111111111001011110000010001000011111111110010111100000100010001011110 | 3ff2f0443ff2f0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)