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 | ââ^ | 100111011001010111100010100001001001110110010101111000101000010001011110 | 9d95e2849d95e2845e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ??â???â?^ | 00111111001111111000111110101011101001000011111100111111001111111000111110101011101001000011111101011110 | 3f3f8faba43f3f3f8faba43f5e |
UTF-8 | ââ^ | 1100001010011101110000101001010111000011101000101100001010000100110000101001110111000010100101011100001110100010110000101000010001011110 | c29dc295c3a2c284c29dc295c3a2c2845e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)