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 | G¼DG¼D^ | 1001001001000111100100011011110001000100100100100100011110010001101111000100010001011110 | 924791bc44924791bc445e |
SJIS-WIN | ?G??D?G??D^ | 0011111101000111001111110011111101000100001111110100011100111111001111110100010001011110 | 3f473f3f443f473f3f445e |
EUC-JP | ?G??D?G??D^ | 0011111101000111001111110011111101000100001111110100011100111111001111110100010001011110 | 3f473f3f443f473f3f445e |
UTF-8 | G¼DG¼D^ | 1100001010010010010001111100001010010001110000101011110001000100110000101001001001000111110000101001000111000010101111000100010001011110 | c29247c291c2bc44c29247c291c2bc445e |
UHC | ?G?¼D?G?¼D^ | 00111111010001110011111110101000111110010100010000111111010001110011111110101000111110010100010001011110 | 3f473fa8f9443f473fa8f9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)